Gets the System.Web.SessionState.HttpSessionState object for the current HTTP request.
Documentation for this section has not yet been entered.
The HttpContext.Session property provides programmatic access to the properties and methods of the System.Web.SessionState.HttpSessionState class.
In order to use session state you have to enable it. For information about how to enable session state, see Configuring Session State in ASP.NET Session State Overview.
For information about how to save values in session state, see How to: Save Values in Session State. For information about how to read values from session state, see How to: Read Values from Session State.