Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的评论网站中实现一个“这有帮助吗”按钮。存储已投票用户详细信息的最佳方式是什么。我发现的一种方法是将 IP 地址存储在数据库中。我是否可以采取任何其他保护措施来防止一个用户多次点击。提前致谢。
你有几种可能性来做到这一点,但我会说使用 IP 地址是最好的方法。
您也可以使用 cookie,但用户仍然可以删除它。
或者您可以同时使用:cookie 和 IP 地址,如果您希望多次发布更安全,但请记住,用户总有办法多次发布(对于匿名用户)