Controller.Session Property

Definition

Gets the HttpSessionStateBase object for the current HTTP request.

public System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public ReadOnly Property Session As HttpSessionStateBase

Property Value

The HTTP session-state object for the current HTTP request.

Applies to