 |
ASP.NET Session State Overview
Use ASP.NET session state to store and retrieve values for a user. ... Sessions are identified by a unique identifier that can be read by using the SessionID property. When session state is enabled for an ASP.NET application, each request for a page in th
msdn.microsoft.com |
 |