S
shapper
Hello,
I am creating a Poll system and I need to check if a user has already
voted.
What should be the best way to do this?
1. Should I save the user IP along with its vote in the database?
But does not some users IP change each time they access the
internet?
2. Should I place a cookie in after the user voted?
Well, any help will be great.
Thanks,
Miguel
I am creating a Poll system and I need to check if a user has already
voted.
What should be the best way to do this?
1. Should I save the user IP along with its vote in the database?
But does not some users IP change each time they access the
internet?
2. Should I place a cookie in after the user voted?
Well, any help will be great.
Thanks,
Miguel