Collapse All
Public Methods
| Name | Description | |
|---|---|---|
![]() |
CreateServerSession | Creates a new ServerSession with the given arguments. |
![]() |
ExistSession | Checks whether the given session exists. |
![]() |
GetSessionBySessionID | Returns ServerSession identified by sessionID. |
![]() |
GetSessionVariable | Returns the value of the session variable. |
![]() |
RemoveSession | Removes the given session from the session list. |
![]() |
RenewSession | Renews the given session. |
![]() |
SetCurrentSession | Sets the current server session. |
![]() |
SetSessionVariable | Sets the new value of the session variable. |
![]() |
StoreSession | Stores the given ServerSession to the session list. |
![]() |
TerminateSession | Removes the given session and raises the ClientSessionTerminated event. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
SessionAgeLimit | Gets or sets session age limit (minutes). |
![]() |
SessionSweepInterval | Gets or sets session cleanup interval (minutes). |
Public Events
| Name | Description | |
|---|---|---|
![]() |
ClientSessionTerminated | Occurs when the client session is terminated abnormally. |