PHP Warning: Cookie values can not contain any of the following
Posted
by morpheous
on Stack Overflow
See other posts from Stack Overflow
or by morpheous
Published on 2010-04-22T13:09:09Z
Indexed on
2010/04/22
13:13 UTC
Read the original article
Hit count: 654
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?
© Stack Overflow or respective owner