Change the web.config file with the following setting to create a ASP.NET cookieless session ,
set the cookieless attribute to 'false', as
<sessionstate timeout='20' cookieless='false' mode='InProc'>
Showing posts with label cookies. Show all posts
Showing posts with label cookies. Show all posts
What should be done to make a session cookieless
Thursday, June 25, 2009
Labels:
asp.net,
cookieless,
cookies
how will u check whether the user is supportig cookies?
The only way to check whether a client accepts cookies or not is , to create a cookie and read it back.
If you are able to read it back then , its accepting else not.
If you are able to read it back then , its accepting else not.
Labels:
asp.net,
browser settings,
cookies
Subscribe to:
Posts (Atom)