We aren't implementing CacheFactory, just CacheManager and Cache.

So you are also saying that there could be two cache's one for the User
information and one for the Session?

Actually at this point, I normally see just one entry in Redis for a user.
Every once in a while I see three for one user logged in, but that might
happen cause of some other weird issue that we have because we will have at
least 6 different applications logging in and we are trying to implement a
simple only once login with userName password, other website apps would be
automatically logged in. For the other apps that are mobile and using
Sockets, we will use REST to our central Auth-server where they can login
with username password first, then get a token to pass when the socket is
connected.

Mark



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Why-does-that-cache-get-called-with-different-keys-for-a-single-user-tp7578465p7578495.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to