| 
            
              SecurityHubLogout Method
             | 
          
        
        
            Resets the current provider cache.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic bool Logout(
	string sessionCookieValue
)
Public Function Logout ( 
	sessionCookieValue As String
) As Boolean
public:
bool Logout(
	String^ sessionCookieValue
)
member Logout : 
        sessionCookieValue : string -> bool function Logout(sessionCookieValue);
 View SourceParameters
- sessionCookieValue  String
 - Session ID as it appears in the cookie header value.
 
Return Value
Booleantrue if session was cleared; otherwise, 
false.
See Also