I would like to keep track of successful user logins. wondering what is the best place to
log it?
when using seam authentication the authenticate method (say Authenticator.authenticate)
has to return true if username credentials are validated.
Is it sufficent to log successful login activity before returning true from the
Authenticator.authenticate method; or should it be somewhere else making sure Seam
processed the returned true value in successful login?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104833#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...