InvalidationSchedule


This type is a class for model objects.

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.

Package: webcontainer

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  TuningParams.invalidationSchedule



Attributes Summary
firstHour : EInt 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.
secondHour : EInt 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.



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: EInt
    Default value:  0
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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: EInt
    Default value:  0
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006