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
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
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.
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