Click or drag to resize

RazorViewClearSessionCache Method

Clears any cached session for the specified sessionID.

Namespace:  GSF.Web.Model
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.160-beta
Syntax
public static bool ClearSessionCache(
	Guid sessionID
)
Request Example View Source

Parameters

sessionID
Type: SystemGuid
Identifier of session to clear.

Return Value

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