Re: [PHP] Non Expiring Cookie

2001-01-30 Thread Richard Lynch
> Is this a never expiring cookie, or a "per" session cookie? I want to > create a never expiring cooky. > > SetCookie ("MyNeverExpiringCookie", "This cookie should never expire"); That is a session cookie. It will disappear when the user closes the browser. The Cookie spec puts an upper bound

[PHP] Non Expiring Cookie

2001-01-29 Thread Karl J. Stubsjoen
Is this a never expiring cookie, or a "per" session cookie? I want to create a never expiring cooky. SetCookie ("MyNeverExpiringCookie", "This cookie should never expire"); Thanks! Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona