Click or drag to resize

SessionHandlerClearSessionCache Method

Clears any cached session for the specified sessionID.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool ClearSessionCache(
	Guid sessionID
)
View Source

Parameters

sessionID  Guid
Identifier of session to clear.

Return Value

Boolean
true if session was found and cleared; otherwise, false.
See Also