RE: [PHP-WIN] Re: Subject: cookies problem (FIXED)

2003-01-19 Thread Chris Kranz
PROTECTED]] Sent: Sunday, January 19, 2003 10:19 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Subject: cookies problem (FIXED) Well the fact that this fixed it, tends to imply you were outputting some warn level messages before cookies were sent, therefore they weren't : A cookie is a h

[PHP-WIN] Re: Subject: cookies problem (FIXED)

2003-01-19 Thread Neil Smith
Well the fact that this fixed it, tends to imply you were outputting some warn level messages before cookies were sent, therefore they weren't : A cookie is a header, and like any HTTP header they must be sent before any other content (even a newline or linebreak can do it). If you pushed any e

[PHP-WIN] Re: Subject: cookies problem (FIXED)

2003-01-18 Thread Ed
It's not a browser problem, as I said in my post php wasn't saving the cookies. This seems to be a widespred problem after searching many mailing lists and seeing this problem on every one of them, with no fixes. I had already changed my path to c:\php\sessions, so that wasn't the problem either.