Hi

I also faced the problem once. the cookie not being read by either of the
browsers

The cause of the problem was traced back to a wrong setting of the date on
the client machine as compared with the server. you cancheck thjis up to
confirm.

Another reason can be the path in the cookie but i believe you have already
tried it up.

Hope that helps

regards

Ankur Verma



----- Original Message -----
From: "Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 3:32 PM
Subject: [PHP] Cookies


> I am having major problems with cookies, it's been stressing me out for
> over 9 hours.
>
> I have a script that can set cookies, and it does that, just fine.
>
> What it doesn't do is READ the cookies off the hard drive when the page is
> reloaded.
> I have tried everything, messing with the domains, expiration time,
setting
> it to the root,
> using the php setcookie function as well as doing it through http headers.
> In each case the
> script WILL set the cookie on the computer, but it absolutely REFUSES to
> read it back up,
> even when called in the same exact scope.
>
> Yes, I've checked the spelling too, and the page is rather complex, with
> various nested includes and so forth.
> PHP version is 4.0
> I use both IE 5.5 and Netscape 6, it does the same thing in both of them.
>
> Any help or suggestions would be greatly appreciated, this has been
bugging
> the hell out of me.
>
> Thanks.
> --Matt
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to