FOSUserBundle remember me function
If FOSUserBundle does not create a cookie for you there might be a problem with the security.yml. Make sure you have the following lines:
firewalls:
main:
remember_me:
key: aSecretKey
lifetime: 604800
path: /
domain: mydomain.com
Tags: symfony
Sunday, January 22nd, 2012 at 8:35 am • PHP, Programming, Web Development • RSS 2.0 feed • leave a response or trackback