Symfony 1.4 : can't use flash method in prod environment

Posted by Gaff on Stack Overflow See other posts from Stack Overflow or by Gaff
Published on 2010-03-16T09:38:27Z Indexed on 2010/03/16 9:46 UTC
Read the original article Hit count: 227

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about symfony

Related posts about flash