Configure Timeout

After upgrading to a newer version of Operations Hub, configure these timeout settings.

Session Timeout

  • Access the web.xml file at these locations, and update as follows:

    C:\Program Files\GE\Operations Hub\iqp-tomcat\conf

    C:\Program Files\GE\Operations Hub\iqp-tomcat\webapps\app\WEB-INF

    C:\Program Files\GE\Operations Hub\iqp-tomcat\webapps\site\WEB-INF

    <session-config>
              <session-timeout>30</session-timeout>
       </session-config>

Token Timeout

  • Access the web.xml file located at C:\ProgramFiles\GE\Operations Hub\uaa-tomcat\conf, and update as follows:
    <session-config>
              <session-timeout>30</session-timeout>
       </session-config>


Note:
  1. session-timeout and cookie max-age must be in sync.
  2. session-timeout is measured in minutes, whereas cookie-config is measured in seconds.
  3. Any manual configuration changes, including changes for timeouts, are overwritten on upgrade.