Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Maintain Login Information

Avatar

Level 4

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,

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.toke...

View solution in original post

3 Replies

Avatar

Community Advisor

You can easily access the logged in user details

Avatar

Level 4

how?

Avatar

Correct answer by
Employee Advisor

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.toke...