You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by sdama123 <sd...@gmail.com> on 2013/02/19 10:07:09 UTC

Subject.isRemembered always giving 'false'

Hi users,I am having a strange problem in my shiro configurations. The
problem is with 'Remember Me' feature in shiro. I always gets isRemembered
value as 'false' even when I set token's rememberMe value as true.Can some
one help me where i am doing wrong?ThanksSreenivas



--
View this message in context: http://shiro-user.582556.n2.nabble.com/Subject-isRemembered-always-giving-false-tp7578267.html
Sent from the Shiro User mailing list archive at Nabble.com.

Re: Subject.isRemembered always giving 'false'

Posted by Les Hazlewood <lh...@apache.org>.
Hi Srinivas,

The RememberMeManager stores rememberMe state in an http cookie by
default.  Are cookies disabled (or being removed) by something in your
application (or framework code) somewhere?

--
Les Hazlewood | @lhazlewood
CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282
Stormpath wins GigaOM Structure Launchpad Award! http://bit.ly/MvZkMk

On Tue, Feb 19, 2013 at 1:07 AM, sdama123 <sd...@gmail.com> wrote:
> Hi users,I am having a strange problem in my shiro configurations. The
> problem is with 'Remember Me' feature in shiro. I always gets isRemembered
> value as 'false' even when I set token's rememberMe value as true.Can some
> one help me where i am doing wrong?ThanksSreenivas
>
>
>
> --
> View this message in context: http://shiro-user.582556.n2.nabble.com/Subject-isRemembered-always-giving-false-tp7578267.html
> Sent from the Shiro User mailing list archive at Nabble.com.