action.skip

Adjusting HTTP Session Timeout

The default timeout value for an inactive user session is 30 minutes. This means that when a user closes their browser without logging out first, their user session and any open host sessions will be cleaned up after 30 minutes. The minimum timeout value allowed is 600 seconds (10 minutes). You can configure this setting on the server.

To adjust this setting:

  1. Open the Administrative Console, and launch Cluster Management.

    cluster managment drop down

  2. Click Services and locate the hacloud-session-server service.

  3. Open the Edit Properties option from the ellipsis menu.

  4. Add a new property:

    • Name - server.servlet.session.timeout
    • Value - <desired-time-in-seconds>
  5. Redeploy the hacloud-session-server service.