To change the default timeout value:
- Back up and open the /opt/trend/imss/UI/adminUI/ROOT/WEB-INF/web.xml file.
- Look for the following parameters:
<param-name>uiTimeOut</param-name>
<param-value>30</param-value>and
<session-config>
<session-timeout>30</session-timeout>
</session-config>Both are set to 30 minutes. - Change the value of the parameters to your preferred settings.
- Save and close the file.
- Restart the console service by executing this command:
/opt/trend/imss/script/S99ADMINUI restart