Skip to content

ISessionManager interface

Alexey Yakovlev edited this page May 21, 2018 · 5 revisions

🇺🇸 English

ISessionManager interface

Namespace: Zyan.Communication.SessionMgmt

Interface for session management system.

Member Description
🏃 ExistSession Checks whether the given session exists.
🏃 GetSessionBySessionID Returns session by session identifier.
🏃 StoreSession Saves session.
🏃 RemoveSession Removes given session.
🏃 SetSessionVariable Assigns a value to the session variable.
🏃 GetSessionVariable Returns session variable value.
🏃 Dispose Disposes unmanaged resources.
👉 SessionAgeLimit Gets or sets maximal session lifetime (in minutes).
👉 SessionSweepInterval Gets or sets session cleanup interval (in minutes).