Date: 10/22/02
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] php.ini"
- Next in thread: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Reply: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] php.ini"
- Next in thread: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Reply: Gabor Hojtsy: "Re: [PHP-DOC] cookie problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

