System.Web.SessionState.SessionIDManager: Method Members

The methods of System.Web.SessionState.SessionIDManager are listed below. For a list of all members, see the SessionIDManager Members list.

See Also: Inherited members from System.Object

Public Methods

CreateSessionID(System.Web.HttpContext) : string

Creates a unique session identifier for the session.

Decode(string) : string

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

Encode(string) : string

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

GetSessionID(System.Web.HttpContext) : string

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

Initialize()

Initializes the System.Web.SessionState.SessionIDManager object with information from configuration files.

InitializeRequest(System.Web.HttpContext, bool, out bool) : bool
Documentation for this section has not yet been entered.
RemoveSessionID(System.Web.HttpContext)

Deletes the session-identifier cookie from the HTTP response.

SaveSessionID(System.Web.HttpContext, string, out bool, out bool)
Documentation for this section has not yet been entered.
Validate(string) : bool

Gets a value indicating whether a session identifier is valid.