Session expiration allows users' sessions to time out after a period of inactivity. Enabled by default, session expiration helps enforce a more secure OnBase environment and ensures licenses are not held unnecessarily.
When the session is created through a separate application, the session will not automatically be disconnected by the Healthcare Form Manager, and the license will remain in use. It is the responsibility of the application that creates the session ID to disconnect the session when finished, which will release the license. For information about creating session IDs, see the Hyland SDK.
See the following topics:
-
To enable or disable timeout, see EnableSessionExpiration.
-
To warn users whose sessions are about to expire, see PromptOnSessionExpire.
-
To change the timeout period, see sessionState Timeout.