HttpContextBase.Session Property

Definition

When overridden in a derived class, gets the HttpSessionState object for the current HTTP request.

public:
 virtual property System::Web::HttpSessionStateBase ^ Session { System::Web::HttpSessionStateBase ^ get(); };
public virtual System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public Overridable ReadOnly Property Session As HttpSessionStateBase

Property Value

The session-state object for the current HTTP request.

Exceptions

Applies to