Symfony2 : remember me cookie gets deleted when reopening the browser
问题 Despite of all the other questions on stack-overflow I was not able to resolve the issue with all the provided information. That's why I decided to create a new one. So I am implementing the remember me function in my login form with a checkbox that looks the like this: <input type="checkbox" id="form_saveCredentials" name="form[saveCredentials]"> On login everything looks fine and the cookie gets set correctly Through the whole browser session the cookie remains alive. But when I close the