I am working on a voting mechanism application in my MVC project, I have a requirement that the users are allowed to vote only once in a browser, if he reaches the voting page for the second time in the same browser he shouldnot be able to vote but if in another browser he logins and he should be able to vote again. I am working on a voting mechanism application