Attributes Summary |
usingMultiRowSchema : Boolean | Whether to place each instance of application data in a separate row in the database, allowing larger amounts of data to be stored for each session.
|
maxInMemorySessionCount : Integer | Specifies the number of sessions to maintain in memory.
|
allowOverflow : Boolean | Whether to allow the number of sessions in memory to exceed the value specified by Max In Memory Session Count property.
|
scheduleInvalidation : Boolean | Enables the scheduled invalidation process for cleaning up the invalidated HttpSessions from the sessions database.
|
writeFrequency : WriteFrequencyEnum | When the session is written to the database.
|
writeInterval : Integer | If the Write Frequency is specified as TIME_BASED_WRITE, this value specifies how often the session data will be written to the database.
|
writeContents : WriteContentsEnum | Whether only updated attributes should be written to the database.
|
invalidationTimeout : Integer | Specifies how long a session is allowed to go unused before it will be considered valid no longer.
|
invalidationSchedule : InvalidationSchedule |
|