Set the session timeout for the administrative console

 

+

Search Tips   |   Advanced Search

 

 

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

  1. Edit...

    ${WAS_HOME}/systemApps/adminconsole.ear/deployment.xml

  2. 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">
    

  3. Change the invalidationTimeout value to the desired session timeout. The default is 30.

  4. Save deployment.xml

  5. Restart the console.