Does ASP.NET Session state work without cookies?

bandjosh

New Member
According to MSDN:\[quote\] By default, the SessionID value is stored in a non-expiring session cookie in the browser.\[/quote\]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?
 
Back
Top