PHP Warning: Cookie values can not contain any of the following
- by morpheous
I am getting this warning whilst using Symfony 1.3.2 on Ubuntu 9.10:
HP Warning: Cookie values can not contain any of the following ',; \t\r\n\013\014' in /lib/vendor/symfony/symfony-1.3.2/lib/response/sfWebResponse.class.php on line 368
I am not sure why this warning is being issued, since I am not directly setting any cookies in my action/template.
Anyone knows what is causing this?