This documentation is archived and is not being maintained.
SessionIDManager Members
Visual Studio 2008
Manages unique identifiers for ASP.NET session state.
The SessionIDManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSessionID | Creates a unique session identifier for the session. |
|
Decode | Decodes a URL-encoded session identifier obtained from a cookie or the URL. |
|
Encode | Encodes the session identifier for saving to either a cookie or the URL. |
|
Equals | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetSessionID | Gets the session-identifier value from the current Web request. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes the SessionIDManager object with information from configuration files. |
|
InitializeRequest | Performs per-request initialization of the SessionIDManager object. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveSessionID | Deletes the session-identifier cookie from the HTTP response. |
|
SaveSessionID | Saves a newly created session identifier to the HTTP response. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Validate | Gets a value indicating whether a session identifier is valid. |
Show: