Collapse All
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlSessionManager | Creates a new instance of SqlSessionManager |
Public Methods
(see also: Protected Methods)
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
SetSessionVariable | Sets the new value of the session variable. |
![]() |
StoreSession | Stores the given ServerSession to the session list. |
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
SweepExpiredSessions | Removes all sessions older than SessionAgeLimit. |