HelperPage.Session Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the System.Web.HttpSessionState object for the current HTTP request.
public static System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public Shared ReadOnly Property Session As HttpSessionStateBase
Property Value
The System.Web.HttpSessionState object for the current HTTP request.