Good morning,
in Adobe Aem Author version 6.4 is it possible to log all login and logout events in a file ?
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
For every token there are Tokens created in AEM.
Example:
The information can be used to generate information about login and session timeout (logout)
@robertol6836527 You can create a new custom logger for your requirement -
For every token there are Tokens created in AEM.
Example:
The information can be used to generate information about login and session timeout (logout)
check the reference (old article but worth checking it)
https://www.aemtutorial.info/2021/11/generate-reports-for-users-last-log-in.html
Thanks
@robertol6836527 You could also use access logs to get some information.
You could consider creating a custom servlet filter to capture the data too.