How to get client MAC address by a access on a website?

后端 未结 4 1300
星月不相逢
星月不相逢 2020-11-29 05:55

I have my website, and it records the number of visitors, IP and time of access...

I want to identify each visitor... I think that this was possible recording IP Add

4条回答
  •  借酒劲吻你
    2020-11-29 06:25

    Can't you just have them store a cookie, so that when they come back they can be uniquely identified? No username/password requirement.

    http://en.wikipedia.org/wiki/HTTP_cookie

提交回复
热议问题