Well, if you're calling setCacheManager on the realm, you're caching authorization. And my suggestion was to continue using redis for sessions, and use something simple and local for authorization.
And, no we aren't caching authentication stuff, just Session. Also we only have one cache, so CacheManager only returns that one cache. Thanks Mark -- View this message in context: http://shiro-user.582556.n2.nabble.com/Getting-a-ClassCast-Exception-with-taglib-SimpleSession-tp7578430p7578497.html Sent from the Shiro User mailing list archive at Nabble.com.
