Previous Topic: Clear CacheNext Topic: How to Prepare an Implementation for Production


(JBoss) Adjusting Portal Session Timeout

The Portal session may cause performance and security issues in your deployment.

You can adjust the default timeout period to work around both issues. Edit the web.xml file to change the Portal session timeout period from the default setting.

Follow these steps:

  1. Locate and open the web.xml file located in the following directory:
    gm_home/Server/eurekify-jboss/server/eurekify/deployers/jbossweb.deployer/
    
  2. Locate and change the session configuration section timeout variable:
     <session-config>
          <session-timeout>30</session-timeout>
      </session-config>
    

    Note: The unit of time is minutes.

  3. Save changes to the file and close.