On: http://shiro.apache.org/session-management.html
You have: # This is the default value. Change it if your CacheManager configured a different name: sessionDAO.activeSessionsCacheName = shiro-activeSessionsCache But that is not the default value, it is public static final String ACTIVE_SESSION_CACHE_NAME = "shiro-activeSessionCache"; "shiro-activeSessionsCache" != "shiro-activeSessionCache" In other words, take out the "s" I copy pasted it, and it ended up never matching the ehcache.xml -- View this message in context: http://shiro-user.582556.n2.nabble.com/Typo-on-Documentation-tp7580810.html Sent from the Shiro User mailing list archive at Nabble.com.
