Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID used on multiple devices #8

Open
cubabit opened this issue Nov 2, 2020 · 3 comments
Open

ID used on multiple devices #8

cubabit opened this issue Nov 2, 2020 · 3 comments

Comments

@cubabit
Copy link

cubabit commented Nov 2, 2020

We have been using biri on our website to assign an ID to a user before they contact our API to determine if they have accessed our service before.

We send the ID generated by biri (if it is supported in the client) to the API and it records the first usage of that ID with the user-agent supplied in the header.

We have found the same ID used by different devices - once from Chrome on a Samsung mobile, and then again on Safari on an iPhone. From what I understand of biri, the ID is unique to the device and this should not happen.

Am I misunderstanding something?

@haytefli92
Copy link

we also encountered this problem. the same ID on two different android devices.

@draeder
Copy link

draeder commented Aug 10, 2022

Hmm. This is a problem. The ID from WebRTC may not be as unique as expected due to its length. Maybe combining Biri with more standard approaches will help solve this.

@abrahamjuliot
Copy link

abrahamjuliot commented Aug 13, 2022

EDIT: This is obsolete
https://webrtc-review.googlesource.com/c/src/+/281220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants