SessionIDManager Methods

 

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

NameDescription
System_CAPS_pubmethodCreateSessionID(HttpContext^)

Creates a unique session identifier for the session.

System_CAPS_pubmethodDecode(String^)

Decodes a URL-encoded session identifier obtained from a cookie or the URL.

System_CAPS_pubmethodEncode(String^)

Encodes the session identifier for saving to either a cookie or the URL.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetSessionID(HttpContext^)

Gets the session-identifier value from the current Web request.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes the SessionIDManager object with information from configuration files.

System_CAPS_pubmethodInitializeRequest(HttpContext^, Boolean, Boolean%)

Performs per-request initialization of the SessionIDManager object.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemoveSessionID(HttpContext^)

Deletes the session-identifier cookie from the HTTP response.

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

Saves a newly created session identifier to the HTTP response.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodValidate(String^)

Gets a value indicating whether a session identifier is valid.

Return to top
Show: