FOSUserBundle remember me function
Sunday, January 22nd, 2012If 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