2 Replies Latest reply on Nov 15, 2007 7:30 PM by terryb

    Logging successful user login activity using seam security

    terryb

      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?