Error trigger to close the browser window

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

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • 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 ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • 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 ...
      • 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 ...
      • 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 ...
      • 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 ...