0
votes
1answer
146 views

Symfony 2 & Remember me function

Having a strange problem that others don't seem to have. I can't get the "remember me" function working on my Symfony 2.1 app. I've tried local and deployed on a server, I've tried with and without ...
0
votes
0answers
112 views

symfony2 fosuserbundle remember_me cookie aftre register

In my registerAction i turned off the confirmation so if the user fills in the form correctly, it is authenticated. Does anyone know how to create rememberme cookie so as the user can stay ...
2
votes
1answer
272 views

change remember me cookie lifetime dynamically

I am using Symfony2 framework with FOSUserBundle. I want to change the remember cookie lifetime dynamically: when the user clicks on a link for example. So I can't just change the value for ...
4
votes
2answers
3k views

Create a symfony2 remember me cookie manually (FOSUserBundle)

Could somebody explain how you can manually create a remember me cookie in a controller? I want the users to stay logged in after they pressed the "register" button, without having to login with ...
7
votes
2answers
2k views

FOSUserBundle and remember me

I'm using a FOSUserBundle for authentication in Symfony2. Everything works fine except "remember me". My security.yml looks like this: security: providers: fos_userbundle: id: ...