Hey,
I've changed my old site to a newer one, and by doing so I decided to change the poll that's on my site.
I changed the stuff, as well as cookie setting etc.
It seemed to work, but it doesn't:
If I set a cookie in a test.php file on my site, it works, domain is gtcom.dezeserver.nl/
If I set cookie in cookie.php at the beginning, it works (cookie set, and checking for cookie works)
If I set cookie in cookie.php $action=results, $post=yes, $vote!="", $poll_id!="", it DOES NOT WORK. The cookie will be set however the domain is gtcom.dezeserver.nl//
Note the 2nd /, which is really weird!
I tried setting the domain and paths, but it STILL does NOT work. How come? I know it does not have to do with my coding....