HyperIntelligence for Web, or HyperWeb, creates user sessions with the Intelligence server via the Library server.
When using a Single Sign-on (SSO) authentication mode, like SAML or OIDC, HyperWeb is able to automatically re-create user sessions, assuming that the session with the 3rd party provider is still valid. When it isn’t, a new browser tab should be opened to allow the user to easily log in. Sometimes, HyperWeb may not be able to seamlessly re-connect the user if the relevant timeouts are not properly configured.
Multiple timeouts define how long a user session is valid.

TOMCAT/webapps/StrategyLibrary/WEB-INF/web.xmlby modifying the following:
<session-config>
<session-timeout>30</session-timeout>
</session-config>