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

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

Property Value

Type: ISession
See Also