Hello!
I'm facing an issue in AEM 6.5. When an user logins to the site everything is working fine, but after a while, the session expires but the login-token cookie session still exist in the browser, causing the user to get 404 (because they are basically an anonymous user attempting to view a page).
Is there a "best way" to solve this kind of issues? I've read in the forum sticky sessions in the load balancer or dispatcher, creating a node in the config, but I don't know if I may be missing something that could help me out in this issue.
Thank you in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
IMO Sticky Session will not work in this case.
Either you need to refresh the authentication token before it expires or you need to gracefully logout the user may be you can redirect the user to homepage once session expires using JS/Jquery this is possible.
is this going through a load balancer or using saml?
There is a way to extend the login token time to something really long but would like to know if something else is timing out
It's using a load balancer, multiple publish with a dispatcher per publish
IMO Sticky Session will not work in this case.
Either you need to refresh the authentication token before it expires or you need to gracefully logout the user may be you can redirect the user to homepage once session expires using JS/Jquery this is possible.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies