Set the session timeout for the administrative console
Overview
The default console session timeout value is 30 minutes
If you change the default console session timeout, you might want to also change LTPA cookie timeouts.
Procedure
- Edit...
${WAS_HOME}/systemApps/adminconsole.ear/deployment.xml- Locate the xml statement
<tuningParams xmi:id="TuningParams_1088453565469" maxInMemorySessionCount="1000" allowOverflow="true" writeFrequency="TIME_BASED_WRITE" writeInterval="10" writeContents="ONLY_UPDATED_ATTRIBUTES" invalidationTimeout="30">- Change the invalidationTimeout value to the desired session timeout. The default is 30.
- Save deployment.xml
- Restart the console.