I'm working a Symfony 1.4 apps, and I need to prevent a user beeing able to login more than once into the application, I mean if S/He is already logged in, it should not be able to logged in just opening a new browser.
- user log in on Chrome.
- Open Firefox, try to login and then can't login because a session is already active on Chrome
I want to avoid same user begins another session with a different browser in the same computer, or in another.