There is no such thing as an "infinite cookie". About the closest thing
to infinity in PHP is year 2038.

setcookie("test", "val", 2147483647);

-----Original Message-----
From: Steffan Harris [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 02, 2002 11:57 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Cookies


hi, is there a way of setting an infinite cookie using PHP? Is there a
special command for it? If not, I suggest adding that function in to
PHP. Thanks,

Steffan


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

Reply via email to