Working of cookie less session

Explain the working of cookie less session?

E

Expert

Verified

ASP.NET handles a session state in same process which processes a request and does not generate the cookie. It is known as the cookie less session. Cookies are not available, a session is tracked through adding the session identifier to a URL. A cookie less session can be enabled using following code:

 <sessionState cookieless="true" />

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.