How cookieless session works in ASP.NET?

In cookieless session session id gets embedded in URL automatically. So when url request is made, session id is stripped from URL by ASP.NET And is used to identify session information belonging to user.

Tagged . Bookmark the permalink.

Leave a Reply