The code college
Thursday, June 25, 2009
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'>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment