How to close user session after 30 minutes of inactivity In AEM 6.1 | Adobe Higher Education
Skip to main content
Ce sujet a été fermé aux réponses.

1 commentaire

kautuk_sahni
Community Manager
Community Manager
May 26, 2016

Hi 

Please have a look at this old forum post:-

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__luf2-hi_all_if_youlo.html

//

AEM is REST based, does not have the concept of session which makes every request atomic.  For accessing protected resources at time of successful login, Token authentication handler would issue a login-token cookie and subsequent authentication is based on login-token cookie. With this for all request credentials are not requested till expiry of cookie. Steps to configure the timeout for login-token is 

 

Link:-http://www.aemstuff.com/#article964

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
ddigalAuteur
Level 2
May 26, 2016

Thanks Kautuk for sharing the above link

kautuk_sahni
Community Manager
Community Manager
May 26, 2016

ddigal wrote...

Thanks Kautuk for sharing the above link

 

Is it working for you? If so please mark this answer as correct.

Kautuk Sahni