Controller.Session Property

Definition

Gets the HttpSessionStateBase object for the current HTTP request.

public System.Web.HttpSessionStateBase Session { get; }

Property Value

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

Applies to