How to Change Session Timeout for TCP-based Application
51087
Created On 09/25/18 17:39 PM - Last Modified 01/30/25 22:39 PM
Procedure
Overview
This document describes how to change the session timeout for TCP-based applications. Each application can have a different timeout, if needed.
Note: The global TCP timeout setting is 3600 seconds.
Steps
- Go to Objects > Applications.
- Find the desired application. For this document, Gmail is used as an example.
- Click the name of the application:

- Customize the TCP Timeout (seconds) value to the desired value. In this case, 2100 seconds:

- Commit the configuration change.
On the CLI
The following commands will do the same as above:
# set shared override application <application-name> udp-timeout <timeout-value>
# set shared override application <application-name> tcp-timeout <timeout-value>
owner: jdavis