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:
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>Restart Analytics Dashboard.