PROGRESS.Session.TcpKeepAliveInterval
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type:
Integer
Session model:
All
Indicates the interval the client waits before resending a TCP KeepAlive message to the application server. You can customize the time interval by any of the following methods:
- Setting the value of the property in the .NET application configuration file. For more information, see the section on checking for failed client connections section in OpenEdge Application Server: Administration.
- Passing the value as an integer parameter in the
setTcpKeepAlivePropertymethod. If a user passes an invalid value for the parameter,TcpKeepAliveInterval, the system takes the default value. For more information, see the section on checking for failed client connections section in OpenEdge Application Server: Administration.
Default:
1000 ms
Note: For
more information about the parameter, see Microsoft Windows documentation.