Click or drag to resize
ISessionManagerHasExpired Property
Gets a value indicating whether the session for the incoming request has expired.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
bool HasExpired { get; }

Property Value

Type: Boolean
true if this instance has expired; otherwise, false.
See Also