This topic is locked

About Cookies in Poll

6/14/2009 9:52:22 PM
PHPRunner General questions
E
everyday_ author

I'm using phprunner to build a poll system, but my problem is how to set cookies so that only 1 IP number is allowed to vote or the computer can vote once? This is a public poll that doesn't required registered member

Sergey Kornilov admin 6/15/2009

You cannot implement it using cookies. IP addresses need to be stored on the server side. Table that stores votes need to store IP addresses as well.