sessionAuthenticationTimeout property

After the time that is specified by this property, the user is reauthenticated with the document repository. After the timeout is reached through inactivity, the document information is no longer served from the cache. A new query to the repository is made to ensure that access is still available.

This action is to cater for cases where a user is already viewing a document, but access to it is revoked in the middle of viewing. The user is not able to view any subsequent parts of the document after their access is revoked.

The valid time units for this property are s (seconds), m (minutes), h (hours), d (days), and w (weeks).

The default value for this property is 1 minute.

If you set this property to -1, session caching is disabled which causes the server to check the original document on every request. Setting this property to -1 is not recommended for IBM Daeja ViewONE Virtual.

Example


sessionAuthenticationTimeout=60s