ISessionIDManager Methods

 

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodCreateSessionID(HttpContext^)

Creates a unique session identifier.

System_CAPS_pubmethodGetSessionID(HttpContext^)

Gets the session identifier from the context of the current HTTP request.

System_CAPS_pubmethodInitialize()

Initializes the SessionIDManager object.

System_CAPS_pubmethodInitializeRequest(HttpContext^, Boolean, Boolean%)

Performs per-request initialization of the SessionIDManager object.

System_CAPS_pubmethodRemoveSessionID(HttpContext^)

Deletes the session identifier from the cookie or from the URL.

System_CAPS_pubmethodSaveSessionID(HttpContext^, String^, Boolean%, Boolean%)

Saves a newly created session identifier to the HTTP response.

System_CAPS_pubmethodValidate(String^)

Confirms that the supplied session identifier is valid.

Return to top
Show: