Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
21/02/2002 23:10:25
|
Anonymous
|
I want to increase the length of time the cookie is set for and even used: setcookie($cookie_name, "1", time()+30000000);
yet, it still lets people vote again every 24 hours. Is there another place the cookie is in that i'm overlooking?
|
|
22/02/2002 13:13:38
|
Anonymous
|
poll_cookie.php
.
$cookie_expire = 24; // hours
.
.
|
|
|
|
|
|
Based on the open source JForum
|