5.5 Setting Analytics Dashboard Timeout

By default, no timeout is set for the Analytics Dashboard session. However, for security reasons, it is recommended to set an appropriate timeout value.

Perform the following steps to set a timeout value:

  1. In the /opt/netiq/common/tomcat/conf/web.xml file, add the following snippet within the <session-config> element:

         <cookie-config>
            <max-age>3600</max-age>  <!-- 3600 is in seconds -->
         </cookie-config>
  2. Restart Analytics Dashboard.