ISessionIDManager Members
.NET Framework 3.0
Defines the contract that a custom session-state identifier manager must implement.
The following tables list the members exposed by the ISessionIDManager type.
| 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. |
Reference
ISessionIDManager InterfaceSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateCommunity Additions
ADD
Show: