2.6 iManager Session Timeouts

iManager session timeouts are controlled by a timeout setting in the web.xml file located in webapps/nps/WEB-INF/. Remove the comment tags to change the timeout from the default of 30 minutes.

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