Hi!

The cookies i set for people using Internet Explorer on mac (OS X or mac
os 8-9) are not staying alive as long as I would like(12hours) they only
last for a few hours or sometimes even a few minutes, the time on the
end users computers are set correctly. IE on windows is fine and Mozilla
and other browsers on linux are fine. 

This is what I use to set the cookie.  

$rand = md5(uniqid(rand()));
setcookie("sessid", $rand, time()+43200, "/");

Any ideas? 

Thanks!

Jimmy


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

Reply via email to