7 ms·
Why not just put the username in the cookie and make the user enter their password each time? If a user doesn't want to enter their password then they must not
by kirbman89 16y ago
Why not just put the username in the cookie and make the user enter their password each time? If a user doesn't want to enter their password then they must not give that site much value.
- Sidnicious 16y agoThat would only last one page load. If you want links to work, you need a more-persistent way of being identified. That's where cookies some in.