Expand my Community achievements bar.

SOLVED

AEM 6 - List Active Users

Avatar

Level 2

Hi all,

My system is currently designed such that users are authenticated against an external Access Manager, which upon successful authentication redirects to AEM. Within AEM I have the Adobe Granite SSO Authentication Handler configured to trust the authenticated requests.

Now, I have a requirement where I need to list all the active users logged in to the Author and Publish instances at any given point of time.

Does AEM provide any simple admin tool where I can see the list (or at least the count) of currently active user sessions?

Regards,

Kunal

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Kunal,

I dont think it will store anything specific to user sessions. You many have to write some custom logic like managing a active flag when user login and logut.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Kunal,

I dont think it will store anything specific to user sessions. You many have to write some custom logic like managing a active flag when user login and logut.