Hi, How can we prevent non ahuthenticated users from like and dislike multiple times? one way : save Ip address in a cookie but theres's two problem 1. I heard Ip address isn't unique and changes frequently 2. cookie can be deleted by user I'd like know what's your suggestion and what's the common method for it? thanks a lot
Cookie is the best way, generally no one will clear cookies just to do false likes as it will also delete other cookies from browser.
But if you still have a problem with it, don't allow any one to like without login.
That's the only way
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.