Back Forum Reply New

look which users are currently logged in

I want to use spring security in a Grails application with the grails-spring security plugin. When the application is running, is there a way to ask the framework for a list of all users that are currently logged in?

Cheers,
Mauri

list of all users that are currently logged in?

You should be able to get this from the Spring secutiry SessionRegistry
¥
Back Forum Reply New