I am using ‘plugins.spring-security-core’ wondering is there any easy way to limit # of session from a given user to just 1. I tried ‘HttpSessionBindingListener’ but in the current plugin implementation looks like it just binds the user ‘id’ and not the full user session as such the appropriate events are not getting called.
I am wondering if any one has come across solution to the above problem.
Thanks in advance
-Amitabh
here is a good example
http://blog.block-consult.com/2012/01/restricting-concurrent-user-sessions-in-grails-2-using-spring-security-core-plugin/
/jörg