Subject: Help setting SessionsSecurityManager
Hi, i'm working with shiro integrated in spring-boot. Since i'm using microservices i want to be able to use clustered sessions. In the persistence layer i'm using memcached shared between microservices. On a single service i was using 'DefaultWebSecurityManager', but now i wanto to go to SessionsSecurityManager. Anyone can provide me an example using this SessionsSecurityManager? Thanks
