alexxiyang / shiro-redis

shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
MIT License
1.17k stars 446 forks source link

shiro redis 版本从3.0.0升级到3.3.1登录报 UnknownSessionException #147

Open pengboyin opened 3 years ago

pengboyin commented 3 years ago

版本升级之后,退出系统后第一次登录报UnknownSessionException,再此登录正常。一直是这个规律 image 然后设置PasswordRealm的setAuthenticationCachingEnabled(true) 之后问题解决 image 想请教下是什么原因?