Skip to main content
Version: 7.2402.x.x RR

Defining a minimal interval between timestamp updates when reading a session

By default, the proxy updates the timestamp of a session upon each access (that is, when reading data from the session). This can generate excessive write pressure on the DB and the replication. To reduce the writing workload of the DB, the SessionManagementFilter provides the parameter UpdateTimeStampMinInterval (in seconds). When this parameter is set, the system will not update the access timestamp of sessions whose timestamp lies within the interval set in the parameter. The default value is "0", that is, the timestamp is always updated when reading the session.

SessionManagementFilter: <init-param> <param-name>UpdateTimeStampMinInterval</param-name> <param-value>30</param-value> </init-param>