| ISessionManager Methods |
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.
|