PROGRESS.Session.AppServerKeepalive
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type: String
Session model: All
The application server Keepalive (ASK) property indicates whether or not the client will participate in a "keep alive" relationship with the application server. If configured for the application server, the Keepalive feature allows the application server to ping the client at set intervals to determine if the client is still viable. If configured for the client, the Keepalive feature allows the client to ping the application server at set intervals to determine if the application server is still viable. Valid values are:
- AllowServerASK
- DenyServerASK
- AllowClientASK
- DenyClientASK
The absence of this property indicates that the default value for the application server Keepalive protocol will be used on this connection.
Default: AllowServerASK, DenyClientASK