I am building a website. I want user to cast votes without login. But each user should allow only one vote for each question (similar to stack overflow voting system). I see somethig similar in urban dictionary (http://www.urbandictionary.com/) where you can cast votes without login. How to do this in ASP.NET MVC4?
I don't want to use cookies as someone can easily clear the cookies and vote again. How do you think http://www.urbandictionary.com/ is doing this?