Session timeout in AEM with Enacpsulated token changes in AEM 6.1
Hi All,
I have made changes for Encapsulated token as part of AEM 6.1 in order to maintain user session and syncronization across multiple publish instances.(this works more like sticky connections,but need changes only in one config and not on load balancer level)
Also, i have changed the value of Token Expiration in Apache Jackrabbit token configuration from default 12 hours
and have set the session timeout value to 20 minutes.(i have implemented a login functionality in my application and need that the user session should timeout after 20 mins of inactivity)
But as i made the changes for encapsulated token(you can find more info on encapsulated token on the following link:Encapsulated Token Support )
I observed that as encapsulated token functionality works there is no login token created within home/users .
and because of that my user session expiration is not working at all.
So, could you please suggest how we can set the session expiration in case of encapsulated token (where no login token is created).