This might be caused by several factors. Here are the ones I remember:

1) The browser you are using simply does not accept cookies
2) The PHP file trying to read info from the cookie with the isset ()
function is not located within the domain specified in the setcookie() function
3) There is indeed a configuration problem with PHP/Apache. But as Flint
mentionned, cookies are a tough lot, so it's rather unlikely.

Hope this helps!

Olivier

At 23:18 2001-05-02 +0100, r.gelstharp wrote:
>The trouble I'm having is simply that I'm using the setcookie() function,
>and it doesn't seem to be setting the cookies. I know this because I use the
>isset() function to check on all the pages that use the cookies plus I've
>used $HTTP_COOKIE_VARS to check also. It just ain't doin' it.

-- 
PHP Windows 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