| ISessionManager Interface |
Namespace: Activsoft.Engine
The ISessionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeSession |
This method may be called by an IAction to tell the session manager that something has occurred that could change the session context (for example, an authentication).
| |
| PersistSession |
This method is called right before rendering to write session data for the request.
| |
| RetrieveSession |
This method is called at the Authenticate phase to read the session data for the request.
|
| Name | Description | |
|---|---|---|
| HasExpired |
Gets a value indicating whether the session for the incoming request has expired.
| |
| Item |
Gets or sets a session variable with the given name.
| |
| SessionId |
Gets the session identifier.
| |
| UserId |
Gets or sets the user identifier.
|