ISessionIDManager Methods
.NET Framework 3.0
| 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: