It's only the vote (people can vote again)
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?
I hope that this is doing the trick.
Thanks
- Lars N.