Configuring the Logout Disconnect Interval

When a user clicks the logout button and the user is logging out of an Access Gateway that is a member of a cluster, the user is not immediately disconnected from the resource. The logout message must be sent to each member of the cluster. The default interval for checking the pending logout message queue is 30 seconds. If this interval is too long, you can configure a shorter interval in the web.xml file of ESP.

  1. Open the ESP web.xml file.

    For information about how to open and modify a file, see Modifying Configurations.

  2. Find the <context-param> section in the file.

  3. Add the following parameter to the <context-param> section.

    <context-param>
        <param-name>logoutRetirementFrequency</param-name>
        <param-value>15000</param-value>
    </context-param>
  4. Set the <param-value> element to a value between 5000 and 30000 milliseconds (5 seconds and 30 seconds).