You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by caracal <ot...@gmail.com> on 2015/10/10 02:20:37 UTC

Typo on Documentation

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.