2 Replies Latest reply on Aug 30, 2005 7:15 AM by tremalnaik

    multiple users login

    tremalnaik

      Hi, I decided to let multiple logins for the same user. This is because the client asked me to define a 'administrator' account which many users may access from different Clients in the Internet. Different users whith the same name are logged in using different sessions.
      I noticed that if a user fails to logon , the

      SecurityAssociationActions.getAuthException()
      always returns an exception for all the different sessions (I'm using the org.jboss.web.tomcat.security.FormAuthValve to intercept user logon failures), so this mess things up. Is there a way to solve this problem, i.e. make Jboss aware of differnt instances of same user may co-exist? Are there more specialized methods to get user exception, based on user session?

      thanks,