benjamin_wang - 2014-11-06

The environment is JBoss 4.2.3 GA and JOSSO 1.8.0.

We need to log the user's login and logout operation. We implemented a class which derives from org.josso.gateway.signon.UsernamePasswordLoginAction, and overwrites the function login(), so we have a chance to do whatever we want to do when the user login into the system. But it seems that there isn't similar callback interface for logout operation, so we can't log the user's logout operation so far.

Currently the logout link is something like http://192.168.0.6:8080/portal/josso_logout.

Any suggestions for how to log the user's logout operation?

 

Last edit: benjamin_wang 2014-11-06