Click or drag to resize
IHttpContextSession Property
Gets the ISession object for the current HTTP request.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
ISession Session { get; }

Property Value

Type: ISession
See Also