-
Notifications
You must be signed in to change notification settings - Fork 33
ISessionManager interface
Alexey Yakovlev edited this page May 21, 2018
·
5 revisions
🇺🇸 English
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). |