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 : int | 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 : int | 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 : int | Specifies how long a session is allowed to go unused before it will be considered valid no longer.
|
invalidationSchedule : InvalidationSchedule | Specifies the times for scheduled session invalidation as two hours of the day for scheduled session invalidation to run.
|