|
SessionHandlerClearSessionCache Method
|
Clears any cached session for the specified sessionID.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public static bool ClearSessionCache(
Guid sessionID
)
Public Shared Function ClearSessionCache (
sessionID As Guid
) As Boolean
public:
static bool ClearSessionCache(
Guid sessionID
)
static member ClearSessionCache :
sessionID : Guid -> bool
GSF.Web.Security.SessionHandler.ClearSessionCache = function(sessionID);
View SourceParameters
- sessionID Guid
- Identifier of session to clear.
Return Value
Booleantrue if session was found and cleared; otherwise,
false.
See Also