I am looking at security in Symfony 2.0 and I have a problem that I cannot explain.
My security package is very simple.
I try to put everything in order to work with real providers.
So, now, when I go to the site, it sends me to the login form, as expected. I put the user and password, and then instead of the home page I send "/.../app_dev.php/_wdt/511509b611682" (each time every time).
My user is not marked as authenticated on the debug toolbar.
If I remove the end of the URL, I come to the main page. My user seems to be identified and authenticated on the debug toolbar.
This only happens in the dev environment. In a prod environment, it works as expected.
thanks for the help
fatbob
source share