Click or drag to resize
ISessionManager Interface
Defines a class handlong session management.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface ISessionManager

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
Properties
  NameDescription
Public propertyHasExpired
Gets a value indicating whether the session for the incoming request has expired.
Public propertyItem
Gets or sets a session variable with the given name.
Public propertySessionId
Gets the session identifier.
Public propertyUserId
Gets or sets the user identifier.
Top
See Also