The idletimeout parameter specifies
the period of time, in milliseconds, that a connection is allowed
to remain idle.
idletimeout=<number>- Description
- Set the value in the range 0 - 9,999,999 to specify the idle timeout
period in milliseconds. The idle timeout period starts after the last
request has flowed down the connection. When the idle timeout has
expired, the Client application is disconnected. If work is still
in progress on behalf of the connection, the Client application can
remain connected, depending on the setting of the Drop working connections parameter. If the idletimeout parameter
is not set or is set to zero, idle connections are not disconnected.
This parameter is in the SSL protocol parameters subsection of the GATEWAY section of the configuration file.
- Default value
- If this parameter is not specified, the default value is 600000
milliseconds.
- Configuration Tool
- In the Configuration Tool, you can set the value of idletimeout in
the Idle timeout (ms) field in the TCP/IP
settings or SSL settings pages.