ID: 9424 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: HTTP related Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment:
Bugs are existing when using setcookie PHP function under WINDOWS NT or 2K, or with IE5. Previous Comments: ------------------------------------------------------------------------ [2001-02-26 04:17:56] [EMAIL PROTECTED] Read the manual page for setcookie: http://www.php.net/setcookie and ask further support questions on [EMAIL PROTECTED] --Jani ------------------------------------------------------------------------ [2001-02-23 11:25:54] [EMAIL PROTECTED] I try to use this function to prevent that the same visitor vote for more than one time in a hour but it don't work, the code is this: if($vote!=1) { $time=time(); $time=$time + 36000; setcookie("vote","1",$time); } If the visitor vote, the vote counts, than if he try to vote again the vote don't count, but if he try again it counts, the cookie is delete and i don't know why, i use IE 5.5. Can some one help me. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=9424&edit=1