$path = "/";
$domain = ".mydomain.ro";
And in my cookie folder i find a cookie named: [EMAIL PROTECTED]
But other computer (with problems) i don't have any cookie with same
name.
And if i reload the page and print $HTTP_COOKIE_VARS[$n_sessid] 
it's nothing. I have 12 computers and 10 are ok. 
kale

-----Original Message-----
From: Gonzo [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 1:30 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] cookie problemes


> :( don't work.
> I put "Setcookie($n_sessid, $sessid,
> time()+$cookie_life, $path,
> $domain, 0);"
> In script but don't work. Same. No cookie in cookie
> folder.
> Other idea?

Nothing other than 1) What are in the $path and $domain variables? and
2) did you grep in your cookies folder?

Sometimes IE does not name the file like you would expect.

Gonzo



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to