Showing posts with label cookieless. Show all posts
Showing posts with label cookieless. Show all posts

What should be done to make a session cookieless

Thursday, June 25, 2009

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'>

What should be done to make a session cookieless

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'>

What should be done to make a session cookieless

Change the web.config file with the following setting to create a ASP.NET cookieless session ,

Blog Widget by LinkWithin