This documentation is archived and is not being maintained.
ISessionIDManager Members
Visual Studio 2008
Defines the contract that a custom session-state identifier manager must implement.
The ISessionIDManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSessionID | Creates a unique session identifier. |
|
GetSessionID | Gets the session identifier from the context of the current HTTP request. |
|
Initialize | Initializes the SessionIDManager object. |
|
InitializeRequest | Performs per-request initialization of the SessionIDManager object. |
|
RemoveSessionID | Deletes the session identifier from the cookie or from the URL. |
|
SaveSessionID | Saves a newly created session identifier to the HTTP response. |
|
Validate | Confirms that the supplied session identifier is valid. |
Show: