I have pages which have voting buttons… is there anyway I can allow a non-logged-in user to vote, but only once?
Security isn’t that big a deal for this… if someone wants to delete a cookie the world would not end. 8^)
I have pages which have voting buttons… is there anyway I can allow a non-logged-in user to vote, but only once?
Security isn’t that big a deal for this… if someone wants to delete a cookie the world would not end. 8^)
nice. thanks.
@lowlymachine You could use cookies and save a record on your user browser after the vote.