Hello, I am tracing a Camel application where I use Shiro as security framework.
I do not understand why it logs out my user. It says: DEBUG stractSessionManager - Stopping session with id [e9515e01-a8ad-437f-9edd-3ee5059fa66c] DEBUG stractSessionManager - Stopping session with id [90b31cf2-8c88-4f10-9e20-4126301841a1] DEBUG efaultSubjectContext - No SecurityManager available in subject context map. Falling back to SecurityUtils.getSecurityManager() lookup. DEBUG stractSessionManager - Stopping session with id [fa3671f0-74a8-4016-8e3b-db86244768b7] DEBUG stractSessionManager - Stopping session with id [fa3671f0-74a8-4016-8e3b-db86244768b7] DEBUG efaultSubjectContext - No SecurityManager available in subject context map. Falling back to SecurityUtils.getSecurityManager() lookup. DEBUG efaultSubjectContext - No SecurityManager available in subject context map. Falling back to SecurityUtils.getSecurityManager() lookup. DEBUG efaultSessionManager - Creating new EIS record for new session instance [org.apache.shiro.session.mgt.SimpleSession,id=null] DEBUG efaultSessionManager - Creating new EIS record for new session instance [org.apache.shiro.session.mgt.SimpleSession,id=null] DEBUG faultSecurityManager - Logging out subject with primary principal test DEBUG faultSecurityManager - Logging out subject with primary principal test But I never gave a command to logout the user. Can you tell me at least what does the messages mean? Thanks, Mario -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-logs-my-user-out-why-tp7578485.html Sent from the Shiro User mailing list archive at Nabble.com.
