I’m massively interested in the answer to this question. I need to implement user session caching at some point in a Shiro web application, I feel like this is one of those questions whose answer would be quite instructive!
> On Dec 18, 2016, at 10:08 AM, Guofeng Zhang <[email protected]> wrote: > > Hi, > > I created a session dao to store the shiro session to Redis so that the > session could be shared across several application instances. But I found > that the doReadSession() and doUpdateSession() are invoked many many times > for a sing request and cause my application runs very slow in the heavy load. > > Is there any way to make it more efficient? > > Your advice is appreciated. > > Thanks, > > Guofeng > > >
