SessionIDManager Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSessionID(HttpContext^) | Creates a unique session identifier for the session. |
![]() | Decode(String^) | Decodes a URL-encoded session identifier obtained from a cookie or the URL. |
![]() | Encode(String^) | Encodes the session identifier for saving to either a cookie or the URL. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSessionID(HttpContext^) | Gets the session-identifier value from the current Web request. |
![]() | GetType() | |
![]() | Initialize() | Initializes the SessionIDManager object with information from configuration files. |
![]() | InitializeRequest(HttpContext^, Boolean, Boolean%) | Performs per-request initialization of the SessionIDManager object. |
![]() | MemberwiseClone() | |
![]() | RemoveSessionID(HttpContext^) | Deletes the session-identifier cookie from the HTTP response. |
![]() | SaveSessionID(HttpContext^, String^, Boolean%, Boolean%) | Saves a newly created session identifier to the HTTP response. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(String^) | Gets a value indicating whether a session identifier is valid. |

