ISessionIDManager Methods
.NET Framework (current version)
Namespace:
System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSessionID(HttpContext^) | Creates a unique session identifier. |
![]() | GetSessionID(HttpContext^) | Gets the session identifier from the context of the current HTTP request. |
![]() | Initialize() | Initializes the SessionIDManager object. |
![]() | InitializeRequest(HttpContext^, Boolean, Boolean%) | Performs per-request initialization of the SessionIDManager object. |
![]() | RemoveSessionID(HttpContext^) | Deletes the session identifier from the cookie or from the URL. |
![]() | SaveSessionID(HttpContext^, String^, Boolean%, Boolean%) | Saves a newly created session identifier to the HTTP response. |
![]() | Validate(String^) | Confirms that the supplied session identifier is valid. |
Show:
