I have a site, built using CakePHP.
This site relies on submissions by users who do not authenticate to post.
I'd like to have a "Like" system in place for each post (not Facebook "Like", a custom "Like" system).
I know this has come up before but what is the most rock solid way of preventing someone sitting there clicking "Like" hundreds of times. I'm happy to use any method possible, IP locking, localStorage, etc...
Thanks