2.5 iManager Session Time-Outs

iManager session time-outs are controlled by a time-out setting in TOMCAT_HOME\webapps\nps\WEB-INF\ web.xml. Remove the comment tags to specify a time-out, in minutes, other than the default value of 30, as shown by the following example:

<session-config> <session-timeout>10</session-timeout> </session-config>