Y
Hacker News
new
|
ask
|
show
|
jobs
by
fkdjs
4961 days ago
If I write a site that logs users in, I keep track of them merely by storing their username in a database as well as a cookie value representing that they are logged in, so do they need to accept terms before logging in?
1 comments
rmc
4960 days ago
There is often "implied consent" for storing local data that is strictly necessary to perform an action that a user has initiated.
link