Hi! I'm trying to have SSO between different web applications but It still not working.
I add this line to both applications in shiro.ini sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager sessionDAO = org.apache.shiro.session.mgt.eis.EnterpriseCacheSessionDAO sessionManager.sessionDAO = $sessionDAO securityManager.sessionManager = $sessionManager securityManager.sessionMode = native cacheManager = org.apache.shiro.cache.ehcache.EhCacheManager securityManager.cacheManager = $cacheManager What more is needed? Thanks in advance -- View this message in context: http://shiro-user.582556.n2.nabble.com/SSO-web-applications-tp7579689.html Sent from the Shiro User mailing list archive at Nabble.com.
