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

Using use_third_party_id_cookie=1, Idvisitor same in database but JS getVisitorId() return different #10934

Closed
HRH-aHJo opened this issue Dec 1, 2016 · 1 comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@HRH-aHJo
Copy link

HRH-aHJo commented Dec 1, 2016

Hello,
I am using the third party cookie to track users cross different sites with different site ids. I have set use_third_party_id_cookie=1 and the idvisitor column in the database are the same for all sites but when I try to get idvisitor through Javascript getVisitorId(), the Ids are different. Is this a normal behavior?
How should I take with same Id for different visits with Javascript?

@mattab
Copy link
Member

mattab commented Dec 6, 2016

Hello @hrhthegreat

Yes it is a normal behavior as the third party cookie can't be read from JS. Marking as "wontfix"

@mattab mattab closed this as completed Dec 6, 2016
@mattab mattab added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants