Hi, I use DefaultWebSecurityManager with IniRealms. If I authenticate I get a rememberMe-Cookie, so the first step is done. I restart the server in debug mode an get the following
So I found that I get a subject from org.apache.shiro.mgt.DefaultSecurityManager.createSubject(SubjectContext). How ever it's not authenticated. At the end I get a redirect to the login url. I can't find any code where isRemembered() is called. Is it necessary to define a RememberMe-Filter? But I thought that the FilterChain is always an logical-and not an -or. If I read the rememberMe documentation everything should work :-( Any suggestions how to dig deeper in it? Regards Niels -- View this message in context: http://shiro-user.582556.n2.nabble.com/Struggling-with-rememberMe-tp7580236.html Sent from the Shiro User mailing list archive at Nabble.com.
