When logged into DriveWorks Live, in a browser, there are two methods available to Logout.
Log Out
button.?bye
to the address bar.All DriveWorks pages display the Log Out
button in the menu.
Clicking this will log the current user out of the session.
By default, logging out using this method will redirect the page to the Login page.
A redirect can be applied when using this method, please see Log Out within Page Settings for more information.
Typing ?bye
or &bye
in the address bar of the current URL will force a log out from the session.
&
is required, otherwise ?
is necessary.Example
Current URL | URL to logout |
---|---|
http://YourDriveWorksLiveURL/projects.html | http://YourDriveWorksLiveURL/projects.html?bye |
http://YourDriveWorksLiveURL/run.html?project={YourProjectName}&specificationId={YourSpecificationId} | http://YourDriveWorksLiveURL/run.html?project={YourProjectName}&specificationId={YourSpecificationId}&bye |
http://YourDriveWorksLiveURL/history.html | http://YourDriveWorksLiveURL/history.html?bye |
http://YourDriveWorksLiveURL/details.html?specificationName={YourSpecificationName} | http://YourDriveWorksLiveURL/details.html?specificationName={YourSpecificationName}&bye |
Logging out using this method will redirect the user to the Login page by default.
A redirect can be applied when using this method, please see Log Out within Page Settings for more information.
You can also specify a URL for users to be redirected to when using the ?bye
functionality.
This is set within the Logout settings.