As far as I know, JSF saves the entire scope bean session on some map (correct me if I'm wrong). In my application, I have a session area (managed by Spring and put in a backup bean) of a bean named "userDetailsBean".
Is it possible to get all bean instances created for different users in some collection using the JSF API?
source share