Concerning the session, maybe this line of code will help you which we use to reconstruct a subject from its session id (this is needed because we use multiple Apache Camel contexts): Subject subject = new Subject.Builder().sessionId(shiroSessionId).buildSubject(); where shiroSessionId has previously been extracted and sent via Camel route Serializable shiroSessionId = SecurityUtils.getSubject().getSession().getId(); We do not interact with the CacheManager explicitly.
-- View this message in context: http://shiro-user.582556.n2.nabble.com/RMDS-based-SessionDao-implemention-tp7580889p7580890.html Sent from the Shiro User mailing list archive at Nabble.com.
