[PHP-DOC] cookie problem From: ck nuke (cknuke <email protected>)
Date: 10/22/02



Hi everyone,

I've reached a problem.

There's a code in my 'test.php':

 setcookie("cookietime", $cookietime, $timestamp + (86400 * 365), $cookiepath, $cookiedomain);
 setcookie("sid", $sid, $timestamp + 3600, $cookiepath, $cookiedomain);

after run,  I find there's only "sid" but not "cookietime" in the cookie file of client;

My Sever : WINNT+php422+Apache

What's wrong with the server or php?


Thanks!



使用 MSN Messenger 与联机的朋友进行交流 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php