I am daveloping a JSF application that uses the GlassFish Security Realms for authentication. Everything works fine, but I am facing one problem though. Several users may login with the same credentials at a time.
So: How do I prevent logging in if a user with the same credentials is already logged ? (lets say I have 3 users that share the same credentials, but I want only one to be able to login at a time)
thanks in advance