usa.gif English

ISessionManager interface

Namespace: Zyan.Communication.SessionMgmt

Interface for session management system.

MemberDescription
method.png ExistSessionChecks whether the given session exists.
method.png GetSessionBySessionIDReturns session by session identifier.
method.png StoreSessionSaves session.
method.png RemoveSessionRemoves given session.
method.png SetSessionVariableAssigns a value to the session variable.
method.png GetSessionVariableReturns session variable value.
method.png DisposeDisposes unmanaged resources.
property.png SessionAgeLimitGets or sets maximal session lifetime (in minutes).
property.png SessionSweepIntervalGets or sets session cleanup interval (in minutes).