Where can Central http session timeout parameter be changed in OO 10?

  • KM01660997
  • 12-Jun-2015
  • 19-May-2021

Summary

Central http session timeout parameter can be changed in the session-timeout element in web.xml

Question

Where can Central http session timeout parameter be changed in OO 10?

Answer

It can be changed in OO_HOME\central\tomcat\conf\web.xml:

<!-- ==================== Default Session Configuration ================= -->
  <!-- You can set the default session timeout (in minutes) for all newly   -->
  <!-- created sessions by modifying the value below.                       -->

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