Handle Session Timeout - AEM war in Tomcat
Hi All,
In our application development we are using AEM deployed as an war in tomcat 8. Now there is an requirement to implement session timeout. The detail use case is as below
Requirement: the application should redirect to Login page if the session timeout reaches 30min. Session timeout will be updated in web.xml
Need inputs on how to implement the above requirement. Few questions are below
1) Is AEM contains HTTPSession as it is deployed in tomcat? if so how to handle the HTTPSession in AEM as by default AEM dosent maintain HTTPSession
2) Do we need to write any Custom Authentcator hadler to check the session time out? if so how to retrieve session timeout value updated in web.xml in custom handler
