Problem Statement
How does the 'Remember Me' feature work in authentication systems?
Explanation
The 'Remember Me' feature stores a long-lived token in a secure cookie when a user logs in. On subsequent visits, the token is validated with the database to auto-login the user. It should always use encrypted tokens to prevent hijacking.
Practice Sets
This question appears in the following practice sets:
