So I've this idea where people click on link, go to page and vote for this page. But only once in 24 hours.
This is where I need the cookie, but if this cookie is deleted from the clients computer they can vote again.
Is it possible to create some kind of protection on existing cookie on client computer from being deleted?
Or is there anyother solution that can work for me?
Thank you.
cookie protection
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: cookie protection
You can also try to match their IP address, browser string, etc. But all are spoofable.
(#10850)