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
Thursday, June 25, 2009
Labels:
asp.net,
cookieless,
cookies
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment