Re: [PHP] setcookie() woes

2001-06-21 Thread Lenar Lõhmus
In my experience the understanding of SetCookie header differs form browser to browser so much that it's horrible. As far as I remember IE5.5 handled it correctly. IE5.0 didn't. Netscape I think did (not completely sure). In any case .. session-based cookies seem to work in all of them. just call

RE: [PHP] setcookie() woes

2001-06-21 Thread Jason Murray
I won't quote, because this is not directly related to either mail. I had a completely bizarre issue with MSIE not accepting cookies that had highbit ascii values in them as their first character. Simply fixed (in the end): add text to the front and strip it out in the sitewide pre-execution

RE: [PHP] setcookie() woes

2001-06-21 Thread Grimes, Dean
function, it's headers in general. Anyway, I assume you are having the problem in 5.0 and 5.5 works OK. -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 6:26 PM To: [EMAIL PROTECTED] Subject: [PHP] setcookie() woes Hi all, I have a login script that works

[PHP] setcookie() woes

2001-06-20 Thread Chris
Hi all, I have a login script that works on one of my machines but not another, and I've determined the problem has to do with setcookie(). One machine is using IE 5.50 and another is using 5.00, and I assume therein lies the problem. I've tried to plow through the dozens (hundreds?) of