I tried to use cookies with this PHP code:
SetCookie("cookiename", "cookievalue", "Friday, 16-Jan-2037 00:00:00 GMT",
"/", ".myserver.com", 0);
but it seems that the cookie is only store in memory (not as file).
Can someone explain it to me...
Best regards,
Lisa Elita
--
PHP Database 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]
- Re: [PHP-DB] Permanent Cookies Lisa Elita
- Re: [PHP-DB] Permanent Cookies David Balatero
- Re: [PHP-DB] Permanent Cookies Johannes Janson
