Icon ServerDeadSessionExpiration Property

property ServerDeadSessionExpiration: Integer

Usage

Use the ServerDeadSessionExpiration property to specify how long a session can exist in the ElevateDB Server in a disconnected, or "dead", state before the server removes the session. This is done to prevent a situation where "dead" sessions accumulate from client applications whose network connections were permanently interrupted. This property only applies when the EngineType property is set to etServer. The default value is 300 seconds, or 5 minutes.

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