Dynamicweb 8 Documentation
ExtranetLogoff(Boolean) Method

Logs off the current extranet user with or without a redirect.
Syntax
'Declaration
 
Public Overloads Sub ExtranetLogoff( _ 
   ByVal redirect As Boolean _ 
) 
public void ExtranetLogoff( 
   bool redirect 
)

Parameters

redirect
Remarks
When false: Avoid redirect upon logoff and maintain all session variables (you may want to apply Session.Abondon() yourself). When true: works like the 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