Click or drag to resize
ISessionManager Methods

The ISessionManager type exposes the following members.

Methods
  NameDescription
Public methodChangeSession
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).
Public methodPersistSession
This method is called right before rendering to write session data for the request.
Public methodRetrieveSession
This method is called at the Authenticate phase to read the session data for the request.
Top
See Also