Try OpenEdge Now
skip to main content
Java Open Clients
Accessing Proxy Properties : Alphabetical listing of properties : PROGRESS.Session.connectionTimeout
 

PROGRESS.Session.connectionTimeout

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 AppServer. 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 AppServer.
You use this property when you want a client program to disconnect from a long executing connection request.
Default: 0 (indefinite wait)