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
