Icon ServerMaxDeadSessions Property

property ServerMaxDeadSessions: Integer

Usage

Use the ServerMaxDeadSessions property to specify how many "dead" sessions can accumulate in the ElevateDB Server before the server begins to remove them immediately, irrespective of the ServerDeadSessionExpiration property. If the ServerMaxDeadSessions property is exceeded, then the server engine removes the "dead" sessions in oldest-to-youngest order until the number of "dead" sessions is at or under the ServerMaxDeadSessions property setting. The default value for this property is 64. 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