Y
Hacker News
new
|
ask
|
show
|
jobs
by
dkersten
969 days ago
That’s setting a cookie/local storage that can be used purely client side to determine whether to show the message or not. No tracking required because the server never has to see or store this.
1 comments
cowl
969 days ago
local storage maybe, but cookies are sent on every request. there are no purely client side cookies.
link