|
|
|
|
|
by cors-fls
1593 days ago
|
|
Nice write-up.
I am a bit concerned with the part about fingerprinting.
It sounds so easy to make that it made me realize that everyone must be doing it. I am not sure if the use-case here is to track people that delete their cookies or if the author found it easier than using simple UUID stored in cookies. |
|
hash(salt + ip_address + user_agent + some_other_unique_characteristics)
for analytics you could rotate the salt daily if you're only concerned about daily unique visitors