How to Adjust Session Timeout Values

The default timeout value for an inactive Reflection ZFE session is 30 minutes. This means that a session that was not logged out and has had no activity will close after 30 minutes. You can configure this setting on the server.

  1. Open <install_location>Micro Focus\ReflectionZFE\sessionserver\webapps\zfe|WEB-INF\web.xml.

  2. Adjust the session timeout value:

    <session-config>
       <session-timeout>30</session-timeout> <!--In minutes-Minimum values of 5--> 
       <cookie-config>
             <max-age>604800</max-age> <!--1 week in seconds--> 
       </cookie-config>
    </session-config>
  3. Restart the server.