Hi,
I'm trying to implement the ability so that a user can only have 1 active session and other sessions are invalidated when they login using the Spring Security plugin.
I can't find anything in the plugin docs that relates to this but have found this
post here by Burt which details the principle for the acegi plugin.
I'm trying to implement the approach with the Spring Security plugin but the classes have changed in Spring Security 3.0.
Does anyone know if this is the best way to do it? And if so, what is the Spring Security 3 version of org.springframework.security.concurrent.ConcurrentSessionControllerImpl if there is one?
Many thanks,
Jim.