Expand my Community achievements bar.

SOLVED

Logged In Users tracking - Best solution approach with AEM

Avatar

Level 1

Hi All.

we build an AEM authenticated site using SSO - SAML  and there is an requirement to track the users logged in to AEM site (which will be served from 4 publishers in production) . what is the best solution design for it. is there any OOTB AEM feature we can leverage? or we need to write the user sessions to DB and generate the reports out of DB? we cant use google analytics as we have our own security issues( not to expose data to cloud). please suggest

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You can track the logged in users from "http://<host>:<port>/system/console/tokenmgr" and use the tokens in custom code to persist it in the DB

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

You can track the logged in users from "http://<host>:<port>/system/console/tokenmgr" and use the tokens in custom code to persist it in the DB