I have to setup a remember me login with my Symfony2 project and I have to setup my firewall in security.yml
I did something like that
remember_me:
secret: '%secret%'
lifetime: 604800
path: ^/
I was wondering what is the difference between / and ^/ for the path parameter ?