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 |
|
I found that the cookies were set to expire (and did expire) in 96 hours. This is the default set in /db/poll_cookie.php. This value has to be changed, for example change this:
$cookie_expire = 96; // hours
to this;
$cookie_expire = 6000; // hours
to make the cookie expire only after 250 days.
If I'm wrong will someone please correct?
|
|
|
Hello Advance Poll 2.03 Experts!
I have set up Advance Poll correctly. The poll works as expected. However, every now and then it appears I can vote again (well, I don't but others might). Is this a cookie issue? Is there a fix?
Yes, I do have this in the head ::
<?php
// Important! You have to include it before your html code
include_once "/path-to/poll/db/poll_cookie.php";
?>
Try http://www.ourtrent.com/docs/
Comments and advice most welcome.
Thanks!
|
|
|
|
|
|
Based on the open source JForum
|