Hi,We want to configure AEM to automatically log out AEM users who are
inactive for certain duration of time.For example, AEM users who are
inactive for 2 hours straight get automatically logged out, while other
active users (specifically: users who are inactive for less than 2
hours) stay logged in.AEM version is 6.5.8 In Apache Jackrabbit Oak
TokenConfiguration, we've currently configured:Token Expiration: 7200000
ms (= 2h)Token Refresh: enabledAlso followed this article to enable
Encapsulated...