The DefaultWebSecurityManager is a SessionsSecurityManager (which is an abstract class) https://shiro.apache.org/static/1.2.2/apidocs/org/apache/shiro/web/mgt/DefaultWebSecurityManager.html
On Fri, Jan 29, 2016 at 11:24 AM, Arthur Fonseca < [email protected]> wrote: > > > > 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 > > >
