How to close user session after 30 minutes of inactivity In AEM 6.1 | Community
Skip to main content
Level 2
May 26, 2016

How to close user session after 30 minutes of inactivity In AEM 6.1

  • May 26, 2016
  • 1 reply
  • 3525 views

How to close user session after 30 minutes of inactivity In AEM 6.1

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

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
ddigalAuthor
Level 2
May 26, 2016

Thanks Kautuk for sharing the above link

ddigalAuthor
Level 2
May 27, 2016

ddigal wrote...

Thanks Kautuk for sharing the above link

 

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


Hi Kautuk ,

Its working for only admin session please let me know how to configure it for user session .

Thanks