"Authenticated" means the user has logged in. Remember me only works with "User" and not "Authenticated" YOu can still run your application by using them as a user. IT is possible to check to see if they are a user and then authenticate them, based on previously known data, which means you wuld have to store the password/user combos.
You don't need authenticated though. > Date: Thu, 18 Sep 2014 06:07:15 -0700 > From: [email protected] > To: [email protected] > Subject: Re: Struggling with rememberMe (want authenticated) > > Thanks, one last question: > Exists for this common-problem a default implementation (in a blog, sample > or in the jar) or must I wrote my own from scratch? > > Regards > Niels > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Struggling-with-rememberMe-tp7580236p7580249.html > Sent from the Shiro User mailing list archive at Nabble.com.
