Tagged Questions
11
votes
6answers
948 views
Implementing a voting system without requiring registration
I'd like to implement a voting system on my site, without having to force them to create an account. They would ultimately be voting up/down a piece of content which has a unique ID.
I know that I ...