Symfony 1.4 : can't use flash method in prod environment
- by Gaff
Hello,
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 ?
Thanks in advance,
Gaff.