When logged into DriveWorks Live, in a browser, there are two methods available to Logout.
All DriveWorks web pages that have the Menu module displayed will display the Logout hyperlink.
Clicking this will log the user out of the current session.
By default logging out using this method will redirect the web page to the Login page. A redirect can be applied when using this method, see Redirect the Logout URL below.
Typing bye in the address bar of the current URL will force a log out from the DriveWorks Live session.
Example
Current URL | URL to logout |
---|---|
http://www.MyDriveWorksLiveURL/ | http://www.MyDriveWorksLiveURL/bye |
http://www.MyDriveWorksLiveURL/Apps/MyProject/ | http://www.MyDriveWorksLiveURL/Apps/MyProject/bye |
Logging out using this method will redirect the web page to the Login page. No redirect can be applied when logging out by this method.
If you require logging out to redirect to a web page other than the DriveWorks Login page, follow the steps below:
<Link Name="Logout" Url="~/bye"/>
<Link Name="Logout" Url="~/bye?redirect=http://www.driveworks.co.uk"/>
where http://www.driveworks.co.uk will be the URL to redirect to.
See Applying Trusted Redirect Domains to the DriveWorks.config file for more information.