Public Rating script, allowing 1 submission per visitor
Hi everyone, I've written a .NET/jQuery rating script that allows users to rate a particular product. Everyone that visits the website can rate, but I'd like to only allow 1 rating per visitor. So far I've considered the following options. 1: Store the users IP address and only allow 1 submission per IP. Of course, this would mean t...