Error trigger to close the browser window
How can I use a trigger to catch a logout of webapp and just close the window?
Many times when you click on a logout button from a webapp, it may kill cookies that you don’t want to be deleted. You might be able to catch this with a sso form using the Error trigger to catch the URL.
Then for the Error page, have it go to /close.html
close.html would contain the following HTML and be placed on the relay in the /stoneware/webserv directory.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Close</title>
</head>
<body ="window.close()">
<a href=" script:window.close()">Close</a>
</body>
</html>
You can also try the URL /util/doClose.html or /util/closeDohoWindow.html
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
webPass IE will not trigger SSO
Symptom: The webPass IE browser extension will not trigger SSO for working webPass tiles. The other browsers with extensions, Chrome and Firefox, will trigger the SSO. Issue: The webPass IE browser extension is not triggering the SSO, do to the ...
CIFS Error Codes
Question: What do the CIFS / SMB error codes mean ? Solution: For a large table of NT codes, see https://customer.lenovosoftware.com/support/techdocs/v6/cifs-nt-codes.txt jcifs code nt code 1 0x00000000 0x00000000 NT_STATUS_OK 0 0xc0000001 ...
Error Occurred Upgrading Profile
Issue: When clicking the Upgrade button, inside of the Customization Center's Upgrade Center, to update a custom profile, I receive the following error: An Error Occurred: Please contact support. Solution: This error indicates the server is having ...
License error
While using Microsoft Terminal Services things just stop working. No error message, or after a while it would say that it could not connect at the browser. In the EVENT VIEWER on the terminal server it would say "the terminal server cannot issue a ...
VBScript error connecting to Terminal Server VPN connection
Getting message error connecting to terminal server:127.0.0.1 This means that the users machine is unable to connect to the backend server. This can happen for a variety of reasons Some things to check: 1) Make sure your workstation is fully ...