Dynamicweb 8 Documentation
Logoff(Boolean) Method

Extranet logoff.
Syntax
'Declaration
 
Public Overloads Shared Sub Logoff( _ 
   ByVal redirect As Boolean _ 
) 
public static void Logoff( 
   bool redirect 
)

Parameters

redirect
Remarks
With Redirect set to False there will be no redirect and all session settings are kept after logoff (you may want to Session.Abandon()). Set to True it works like ordinary Logoff()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Security Class
Security Members
Overload List

Send Feedback