InvalidationSchedule

Configuration for the scheduled invalidation process for cleaning up the invalidated HttpSessions from the sessions database. Enable this option to reduce the number of database updates that are required to keep the HttpSessions alive. With this option turned off, the invalidator process runs every few minutes to remove invalidated HttpSessions. When enabled, this setting specifies the two hours of a day in which the invalidator process cleans up the invalidated persistent sessions in the database. Specify the times at which activity on your site is minimum, meaning there will be less activity in the session database.



 

Attributes Summary

firstHour The first hour during which the invalidated persistent sessions will be cleared from the database.
secondHour The second hour during which the invalidated persistent sessions will be cleared from the database.

 

Attribute Details


firstHour

The first hour during which the invalidated persistent sessions will be cleared from the database. This value must be a positive integer between 0 and 23.

Data type:   Integer
Default value:   0



secondHour

The second hour during which the invalidated persistent sessions will be cleared from the database. This value must be a positive integer between 0 and 23.

Data type:   Integer
Default value:   0