I want to prevent the user from logging into different accounts from the same browser
Example, if the user is logged into account A then opens a new tab and logs into account B, then I want to log account A out
Is this possible using spring 2?
EDIT: correction: "then I want to log account A out"