Hello, What you could is try is to change the input field as below as I remember this had something to do with it last time I looked at it.
from: <input type="checkbox" name="rememberMe" id="rememberMe" /> to: <input type="checkbox" name="_spring_security_remember_me" id="_spring_security_remember_me" /> Cheers Greg > On 02/03/2010, Dave <[email protected]> wrote: >> I'm not much of a Spring security expert so I don't have any pointers >> at this time. >> >> I created an issue to track this: >> https://issues.apache.org/jira/browse/ROL-1859 >> >> Thanks, >> - Dave >> >> >> >> On Fri, Feb 26, 2010 at 1:37 PM, Harald Wellmann <[email protected]> >> wrote: >>> I cannot get the Remember Me feature to work on trunk. The only cookie >>> my >>> browser receives when I log in with "Remember Me" turned on has key >>> "username". >>> >>> I'm not a Spring expert and I'm afraid I do not really understand what's >>> going on here, but I would have expected a second cookie. >>> >>> Any hints on solving this, e.g. enabling particular loggers to find out >>> what's going wrong...? >>> >>> Thanks, >>> Harald >>> >> > > > -- > Cheers Greg > -- Cheers Greg
