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.

[PHP-WIN] Re: Subject: cookies problem

2003-01-18 Thread Neil Smith
Oddly enough I just had the same problem after messing with my php.ini - Check you have a valid drive and path for your cookie (session) save path : session.save_path = C:/temp Ought to do it. Or, do you mean *your browser* cookies aren't working? Can't help you with that, this is a PHP list, yo