...
If it is desired that a session does not expire for a given application when the application is kept open, use meta-refresh settings to either reload the current page or JavaScript to query the uas/refresh address at regular intervals shorter than the server session length.
A call to the address https://www.example.com/uas/refresh
, or any resource under this path, will refresh any active Ubisecure SSO sessions. This call must be made from the user’s browser. This can be performed using a JavaScript timeout timer.
...