How do you set a cookie not to ever expire even after the browser is closed?

I've tried the following:

setcookie("cookie","value");

and when you close the browser it has to set the cookie again, which i don't
want it to do.

Thanks,
jay


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