The EnableSessionExpiration setting controls whether users' sessions expire after a configured period of inactivity.
When the session is created through a separate application, the session will not automatically be disconnected by OnBase Patient Window, 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.
When EnableSessionExpiration is set to true, users are logged out when no activity is detected. The length of allowed inactivity is set by the timeout period in the sessionState element, which has a default value of 20 minutes. To change the timeout period, see sessionState Timeout.
When EnableSessionExpiration is set to false, users' sessions do not expire due to periods of inactivity.