ds34222222 2012-08-18 01:06
浏览 59

除了用于跟踪的IP地址之外,是否还有计算机特定信息?

I am developing a program to that only allows the same computer to view a specific page once, and after that I am blocking access to that page.

My question is, the IP address works ok but some users have a new IP every time they visit the site. I have come across other sites in the past that use some other means of tracking users, as even with a different IP on the same computer I can't view restricted content.

Anyone have any thoughts?

What are the other option(s) to the IP Address?

  • 写回答

3条回答 默认 最新

  • dsc71976 2012-08-18 01:08
    关注

    There isn't one method that you can use to be unique to any one computer.

    You can set a cookie on that browser, but the user could use another browser or just delete the cookie.

    There are 3rd party services that run a flash module to get computer specific data to create a guid that you can use, but that's more expensive and also requires the user to load your flash module, which means it wouldn't work on some mobile browsers.

    评论

报告相同问题?

悬赏问题

  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?