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

Possibly a new way to do privacy preserving session tracking - address split session tracking #653

Open
rouilj opened this issue Dec 23, 2022 · 1 comment

Comments

@rouilj
Copy link

rouilj commented Dec 23, 2022

https://notes.normally.com/cookieless-unique-visitor-counts/

outlines a new way to do privacy session tracking. It preserves sessions across IP address changes.
It seems similar to the simpleweb anlaytics, I am not sure if it has a similar downside as it gets
updated for each request, not just once per day.

I think this is an issue for me as I have a number of sessions that change session id's but seem to be the
same session. I am connecting the sessions since the last page viewed in the prior session is the referer
for the page in the new session.

From what I can tell this is the only thing that can cause a change in the session computation for the same
browser as it occurs within a 1 hour time window so salt changeover shouldn't be breaking the session chain.

@amarchen
Copy link

Wow, that's a cool way to count unique users. If it works with caches enabled-disabled, then I'd guess it really follows GDPR (storing session IDs even for few hours even hashed is more questionable)

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

2 participants