System.Web.SessionState.ISessionIDManager Members

The members of System.Web.SessionState.ISessionIDManager are listed below.

Public Methods

CreateSessionID(System.Web.HttpContext) : string

Creates a unique session identifier.

GetSessionID(System.Web.HttpContext) : string

Gets the session identifier from the context of the current HTTP request.

Initialize()

Initializes the System.Web.SessionState.SessionIDManager object.

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 from the cookie or from the URL.

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

Confirms that the supplied session identifier is valid.