Can't use flash method in prod environment
问题 I'm using the setFlash and hasFlash methods of symfony 1.4 with WAMP 2.0 Locally with my frontend_dev app, all work fine. But in production environment, my test $this->forward404Unless($user->hasFlash('resultsArray')); fails. I thought that the flash methods where enabled by default. What can I do to make it works please ? Edit : I found an interesting error message. Here is my filters.yml file # You can find more information about this file on the symfony website: # http://www.symfony