In ASP.NET, I\'m a bit confused about role of cookies in session state. Whats is the difference between normal session state and cookieless session state?
cookieless means that the sessionId is munged into the url for each request as opposed to setting a cookie on the browser.