Copy link to clipboard
Copied
Hi,
I am creating a webhelp output in RoboHelp 2017.
I am creating it for a client application where the session ends after 5 minutes of inactivity. Currently the webhelp has been integrated in the application, and it opens in a separate tab when we click Help button available within the application.
However, when the user logs out, or the session expires, the help file is still available in the other tab. Is there any possibility that we can control the session of the help file as well, such that the help file also redirects to the log in page of the application? Can anyone point out the JS code, and the file where related JS code needs to be incorporated?
Copy link to clipboard
Copied
The developers are simply opening the help file in another browser tab. It is they who will have to figure out a way of closing a browser tab. I don't know if there is a way of doing that but my guess would be there is not, otherwise the bad guys could have fun closing all sorts of things.
That seems to be reinforced by this page. https://www.computerhope.com/issues/ch000178.htm
See www.grainge.org for free RoboHelp and Authoring information.
Copy link to clipboard
Copied
Thanks.