PROGRESS.Session.connectionTimeout
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type: Integer
Session model: Session-free and Session-managed
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)