Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
RobertRoberts
2y ago
0 comments
Share
How would you save the "reject all" selection without using a cookie for that user's session?
0 comments
default
newest
oldest
starbugs
2y ago
The cookie for saving the preference is technically required. Hence, it doesn't need consent.
markus92
2y ago
It's not PII so you can just use a cookie.
Houssameddine
2y ago
I think you don't need a cookie for that. You can use localStorage which is local to the user's device.
starbugs
2y ago
It doesn't matter what method you use. Saving the information on the user's device and making them potentially identifiable is what counts.
j
/
k
navigate · click thread line to collapse