I hope my question on the title make sense, if not, let say: machine A, via the web browser I log in as admin
, I go to machine B, and log in as admin
, the web browser in machine A should force a logout on user admin
. I gave this some thought, and I think it will be ugly if I try to manual implement this. I have a feeling that this can be done in Glassfish.
I use Java EE 6 + Glassfish v3.0.1. Authentication and authorization are implemented via jdbcRealm set up in Glassfish