PROGRESS.Session.ConnectionTimeout
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Data Type:
Integer
Session model:
Session-managed and Session-free only
The connectionTimeout property specifies the duration, in Integer, for which a client must stay connected to the session-managed or session-free application server. A positive Integer value indicates the number of milliseconds after which the client will time out with a connection-timeout or a socket-timeout exception, and then disconnect from the application server . You use this property when you want a client program to disconnect from a long executing connection request.Default:
0 (indefinite wait)