Icon ServerSessionTimeout Property

property ServerSessionTimeout: Integer

Usage

Use the ServerSessionTimeout property to specify how long the ElevateDB Server should wait for a request from a connected remote session before it disconnects the session. This is done to keep the number of concurrent connections at a minimum. Once a session has been disconnected by the server, the session is then considered to be "dead" until either the remote session reconnects to the session in the server, or the server removes the session according to the parameters specified by the ServerDeadSessionInterval,ServerDeadSessionExpiration, or ServerMaxDeadSessions properties. The default value is 180 seconds, or 3 minutes. This property only applies when the EngineType property is set to etServer.

Information The Active property must be False in order to assign a value to this property.
Image