How can I handle concurrent access in Java Spring?
A different id should not be allowed for the same user. Say:
a. If user is logged-in using a browser (say IE), he/she should be prompted to re-login when trying to access the system using another browser (say firefox).