I have implemented remember me functionality in Symfony2. When I log in with remember me box checked, cookie named \"REMEMBERME\" gets created. That cookie is also available
try to increase your session lifetime: (config.yml)
framework: session: default_locale: %locale% auto_start: true lifetime: 604800