OK, I found a solution, but not in regarding to Shiro. Basically, I removed any Cache, CacheManager EnterpriseCacheSessionDAO from my Spring configuration.
I then implemented my own code to write and delete from Redis that is called when a user logs in and logs out. It works perfectly as I call one method and pass the Session and Subject instances of the user and it adds all the data in the format and keys that I want. It works great. Thanks Mark -- View this message in context: http://shiro-user.582556.n2.nabble.com/I-am-missing-something-in-Cache-understanding-tp7578652p7578655.html Sent from the Shiro User mailing list archive at Nabble.com.
