Why not to reuse “ASP.NET_SessionId”?
问题 I am new to asp.net and I don't understand why not to reuse the "ASP.NET_SessionId"? From my understanding, every time a user requests a page from the server, the IIS creates for him an "ASP.NET_SessionId" and puts it in a cookie in the user browser. I read about it here: https://support.microsoft.com/en-us/kb/899918 And couldn't figure out why I should delete this cookie for a user after he logout. It says: Sometimes, you may not want to reuse the session ID. If you do and if you understand