SessionIDManager Members
.NET Framework 2.0
The following tables list the members exposed by the SessionIDManager type.
(see also
Protected Methods
)
Top
| 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 | Overloaded. Determines whether two Object instances are equal. (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. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (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. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SessionIDManager ClassSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateHTTP Modules
Community Additions
ADD
Show: