By default, the SessionID value is stored in a non-expiring session
cookie in the browser.
If I am trying to use Session State (I’m not using Cookieless Session IDs) and a users browser does not accept cookies, will Session State work?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this it is supported: http://msdn.microsoft.com/en-us/library/aa479314.aspx
The downside is that the session ID is placed in every URL used by the application:
See this SO answer for additional details: Absolute URL Cookieless