Related resources for session state application
  • ASP.NET Session State10/13/2012 2:32:12 AM. Session state is nothing more than memory in the shape of a dictionary or hash table, e.g. key-value pairs, which can be set and read for the duration of a user's session.