Hey everyone,
I'm an intermediate user of ASP.net working on a new 'link directory' type site. I'd like to allow users to rate them using a typical jQuery star rating system without having to log in. However, I'd also like to prevent users from spamming the heck out of the system.
I feel that if I had some identification for each user, I could regulate their interaction with the system. I'd use the Cache object, but that could easily be cleared to circumvent the system- right? Has anyone else tried to do this before? Will I have to implement logins and registration?