Is there already an existing way to log user login and logout events?
Can it be extended?  I need to provide an audit trail, including login
activity, in a database.

I was thinking I might need to implement an HttpSessionListener which
does the logging on session creation/deletion, but then I wasn't sure
if those would be called multiple times when session replication was
enabled.  Does anyone know for sure?



Shaun

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to