|
Posted by laredotornado@zipmail.com on 06/18/07 20:38
Hi,
I'm using PHP 4.4.4 on Fedora Core 5 Linux. Two questions, if I
create a cookie under the "/" path ...
setcookie('LoggedIn', 1, time() + REMEMBER_ME_TIME, "/");
1. How do I check if this cookie is set at the top of a given PHP
page?
2. How do I delete this cookie?
Thanks for your help, - Dave
[Back to original message]
|