Hi! I am using jaas formbased-authentification with my own loginmodule implementation for using sso. As an additional constraint it shall not be possible for the same user(principal) to have two active sessions (beeing logged in twice).
If the system would use only a single server I would probably store in the container, which users are currently logged in, but the solution must work on a cluster. Unfortunatley I could find no clue how this can be solved in a way, that the crash of a cluster node or the database would not possbily leave users without the ability to login again (assuming their session has resided on a crashed node). Has anyone any articles or own experiences how to solve this problem? Thx in advance for your help foster View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940888#3940888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940888 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
