1
votes

I am trying to configure Grails Spring-Security-Core plugin to limit the number of concurrent sessions that a user can have to one. I see in the Spring Security documentation a section on Concurrent Session Control, but I can't figure out how to map that information to the Grails Spring-Security-Core configuration files? Does anyone have an example or an approach?

1
You can refer to my lengthy answer here at stackoverflow.com/a/35185118/2048098 - Quchie

1 Answers

0
votes

This link is dated, thus the package names would have changed and some of the steps redundant, but perhaps the technique outlined is still relevant.