| AbstractSessionCache |
Created: 2017.
|
| AbstractSessionDataStore |
Created: 2017.
|
| AbstractSessionHandler |
Abstract Implementation of SessionHandler.
|
| Session |
The basic Session object.
|
| Session.State |
state of the session: valid, invalid or being invalidated
|
| SessionAgent |
Session processing delegate by request.
|
| SessionCache |
The Interface SessionCache.
|
| SessionData |
The data associated with a session.
|
| SessionDataStore |
Created: 2017.
|
| SessionHandler |
The session handler is responsible for session start, session exists, session write,
time to live and session destroy.
|
| SessionIdGenerator |
The Session ID Generator.
|
| SessionManager |
The session manager initializes and destroys the session
handler and session cache.
|