Yes, this solved my problem - thanks! Not sure why this solution didn't occur to me, even though I read the factories config reference talking about the sfNoStorage class. :)
I created a separate 'tasks' environment with sfNoStorage specified as the session storage option, and all the warnings are gone now. Although, I also had to make sure to duplicate my mailer settings for that environment, and make sure the default environment for running the task was changed too. On Feb 9, 5:49 pm, Daniel Lohse <[email protected]> wrote: > Look at creating a custom environment that is similar to the test > environment. For this to work, take a look at symfony's own factories.yml for > the test environment — they are substituting the prod and dev environment's > session handler. > > You'll find the factories.yml in (guessing here :)): > lib/vendor/symfony/lib/config/.../factories.yml. You can also take a look at > your app's factories.yml, should be in there, too. > > Cheers, Daniel > > Sent from my iPhone4 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
