5 ms·
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 l
by fkdjs 14y 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?
- rmc 14y agoThere is often "implied consent" for storing local data that is strictly necessary to perform an action that a user has initiated.