How to identify unique user?

前端 未结 6 2091
青春惊慌失措
青春惊慌失措 2020-12-31 16:40

Question

How can you determine if a user is unique or not?

I understand there are many ways to do this using cookies, but what about methods that don\'t us

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 17:35

    IP address is commonly used but fallible, as others have said. Note that AOL (and perhaps other ISP's) use shared proxy servers for content-type requests and caching, so that a single user's requests for images may show up to your server as coming from several different IP addresses. Conversely, all AOL users' requests for images will therefore comme from these same IP numbers.

提交回复
热议问题