I need to enforce that some users (that have a flag at true) can only have 1 active session. I mean, the users logs in 1 browser and can't login in another browser/computer.
I tried using my own loginmodule but the second time I login (in another browser) the loginmodule isn't used, it seems something is being cached...