Controlling idled back-end session timeout

This setting controls how the server terminates unused back-end sessions. When a back-end session is idled longer than the timeout periods set by this value, it becomes a candidate to be terminated.

Procedure

To change the server configuration:

  1. Stop the server.
  2. To change this value for all databases, modify the cm.webserver.session.min.free.time value in the ccm.server.properties file.
  3. To set a different value for a specific database, create a key called cm.webserver.session.min.free.time.database name in the ccm.server.properties file, and then assign with it the new value.
  4. Restart the server so that the changed values take effect.

Example

Examples for setting database-specific values are located in Controlling the maximum back-end sessions.

Feedback