I'm implementing sfGuardPlugin in my current project and trying to get the "remember me" function to work. Had to get the sfGuardRememberMe class as described in http://forum.symfony-project.org/index.php/t/25599/, and things seem to work ok, I see that keys are saved in the sf_guard_remember_key table.
However, when the session times out, I get the "csrf token: Required" and ends up at the login screen instead of being automatically logged in. Anyone know how to fix this without having to turn off csrf?
Ok, apparently the "remember me" fuctionality isn't supported anymore. Is there a way to remove the "remember me" checkbox from the signin form then, without having to override both the form class and the actions that use it? Anyone?