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 directory>/sessionserver/microservices/zfe/service.yml.

  2. Adjust the session timeout value in the env section of the file:

     - name: server.servlet.session.timeout
        value: <desired-time-in-seconds>
     - name: server.servlet.session.cookie.max-age
        value: <desired-time-in-seconds>

    HINT:The indentation formatting is important.

  3. Restart the server.