I try to set the <sessionstate />
in my web.config but I don't know what are they.
I would like to know about ASP.Net <SessionState cookieless="" />
.
<sessionState cookieless="*****">
- AutoDetect
- UseCookies
- UseDeviceProfile
- UseUri
- true
- false
Let me know with short note.
have also a look at http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx
Well i'm using ASP.Net Ajax in Combination with
<sessionState cookieless="true">
and never experienced any problems... I'm Using an Updatepanel as well as an ASP Accordion on different pages.