> 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
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
2 matches
Mail list logo