Développer ma barre des réalisations de la Communauté.

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

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Adobe Aem - Login

Avatar

Level 4

Good morning,
in Adobe Aem Author version 6.4 is it possible to log all login and logout events in a file ?
Thank you

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor

For every token there are Tokens created in AEM.

Example:

 

aanchalsikka_2-1693284844620.png

The information can be used to generate information about login and session timeout (logout)

 


Aanchal Sikka

Voir la solution dans l'envoi d'origine

4 Replies

Avatar

Community Advisor

Avatar

Réponse correcte par
Community Advisor

For every token there are Tokens created in AEM.

Example:

 

aanchalsikka_2-1693284844620.png

The information can be used to generate information about login and session timeout (logout)

 


Aanchal Sikka

Avatar

Level 5

@robertol6836527 

check the reference (old article but worth checking it)

https://www.aemtutorial.info/2021/11/generate-reports-for-users-last-log-in.html

 

Thanks

Avatar

Community Advisor

@robertol6836527 You could also use access logs to get some information. 

You could consider creating a custom servlet filter to capture the data too.