Working With the PIX/PDQ Manager

Setting the Session Timeout Duration

By default, if you login to the PIX Console and then leave it idle for 30 minutes, your session will automatically timeout and you will need to log back in to access the console. You can configure the length of time it takes to time out.

ProcedureTo Set the Session Timeout Duration

  1. On the server on which your GlassFish environment is located, navigate to glassfish-home/domains/domain-name/applications/j2ee-modules/pixconsole/WEB-INF.

  2. Open web.xml in a text or XML editor.

  3. Change the value of the session-timeout element to the number of minutes you want the console to be idle before it times out the session.

    For example:


    <session-config>
       <session-timeout>
          30
       </session-timeout>
    </session-config>
  4. Save and close the file.