Maintain Login Information | Community
Skip to main content
sobhan_sahu
Level 4
December 8, 2019
Solved

Maintain Login Information

  • December 8, 2019
  • 3 replies
  • 2995 views

Hi,

I need to build a portal in which once logged in i need to maintain the logged in user session till logout or session expiration.

can you please help if I can refer any where to implement the same.

Thanks,

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

By default, AEM will keep the user logged-in unless user logs out Or the token is expired which can be configured at [1]

 

[1] http://<host>:<port>/system/console/configMgr/org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl

3 replies

Ankur_Khare
Community Advisor
Community Advisor
December 9, 2019

You can easily access the logged in user details

sobhan_sahu
Level 4
December 9, 2019

how?

user05162Adobe EmployeeAccepted solution
Adobe Employee
December 17, 2019

By default, AEM will keep the user logged-in unless user logs out Or the token is expired which can be configured at [1]

 

[1] http://<host>:<port>/system/console/configMgr/org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl