Delete comment from: Javarevisited
Hi Javin,
After implementing your below code
I observed that concurrent session of a user
is possible from same browser e.g same user can login multiple times from same browser how can I stop user from second time login from the same browser e.g IE if that user is already logged ?
How can stop concurrent login for a specific user the above code is common to all user ?
How can i throw custom error messages in spring-security if the user tries to login for second time?
Mar 8, 2016, 12:09:42 PM
Posted to How to limit Concurrent Login Sessions in a Java web application using Spring Security? Example