javascript - How to get unique clientdevice id - Stack Overflow

How to identify user of my website in IP non-based way? I'm looking for something like fingerprint

How to identify user of my website in IP non-based way? I'm looking for something like fingerprint2.js, but user identity should be the same no matter if user change browser or ip address. One device = one const identifier.

How to identify user of my website in IP non-based way? I'm looking for something like fingerprint2.js, but user identity should be the same no matter if user change browser or ip address. One device = one const identifier.

Share Improve this question asked Mar 24, 2022 at 20:24 sebxx4sebxx4 491 gold badge1 silver badge7 bronze badges 2
  • 1 Related: stackoverflow./questions/43492726/… stackoverflow./questions/5257351/… webmasterworld./forum91/2378.htm superuser./questions/1398622/… – Jerry Jeremiah Commented Mar 24, 2022 at 20:38
  • Maybe can I use google analitycs script to generate unique user ID? – sebxx4 Commented Apr 25, 2022 at 10:00
Add a ment  | 

1 Answer 1

Reset to default 2

Short answer is you can't, at least not reliably, especially with just JavaScript.

Existing fingerprinting techniques leverage what are essentially considered by vendors as security flaws in the information the browser exposes to try and e up with a unique "fingerprint" for a user. This relies on browser-specific features, though.

Something which provided enough info/allowed you to store data which escapes the sandbox of a specific browser and persistently identifies a user puter-wide would almost certainly be considered a serious security flaw, and would be patched rather quickly.

See this question for more details.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745621210a4636526.html

相关推荐

  • javascript - How to get unique clientdevice id - Stack Overflow

    How to identify user of my website in IP non-based way? I'm looking for something like fingerprint

    22天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信