0 Replies Latest reply on Jan 8, 2016 3:56 PM by james.swayer

    jboss clustered spring security can login in diferent nodes

    james.swayer

      hi i'm facing a issue with spring security and clustered nodes with Jboss EAP 6.3.

       

      this is the scenario, in my application the users only are able to login on time if they try to login again security tells that the account is in use. this behavior is correct in standalone mode but when the application is deployed in clustered server (one master and 2 nodes) when user login in server one and try to login again on this server all is ok but the same user try to login in node 2 is able to login and this behavior is not correct.

       

      i got mod_cluster working and try with spring session with redis but this behavior happend too.

       

      could somebody give some hints in what's wrong in my application. thanks in advance.