Hi Ryan,
You could achieve something like this by implementing an event listener that you register in the tomcat/webapps/jahia/WEB-INF/etc/config/listeners.registry class, and that would gather statistics by intercepting the login and logoff events.
You can find the Javadoc for the event listener class here :
http://www.jahia.org/javadoc-dev/org/jahia/data/events/JahiaEventListener.html
Regards, Serge Huber.
Ryan Moreton wrote:
Hi,
I'm trying to calculate which users have logged into the system and when, but the audit log only contains information regarding changes made to a page. Is it possible to get it to report on all access to the site once a user has logged in and get this information stored in the database so I can graph it using another tool?
Regards,
Ryan
