Please see this article:Login session refresh not working in AEM 6.x As a workaround, to add some expiration functionality, you could implement a custom javax.servlet.Filter to handle session refresh and expiration:a. Download and modify this sample filter code to meet your needs:https://github.com/...