When a user logs out of a web application, what should be done with the authentication cookies?
- Delete the authentication cookies
- Encrypt the cookies
- Keep the cookies for future sessions
- Refresh the expiration time of cookies
When a user logs out, it is essential to delete the authentication cookies to prevent unauthorized access in subsequent sessions.
Loading...
Related Quiz
- How does the use of 'lazy loading' in an ORM framework like Hibernate affect database performance?
- When refactoring a servlet to make it more configurable, what changes are made regarding initialization parameters?
- How would you ensure a filter only processes requests for a specific servlet?
- _________ encoding is a common technique to prevent XSS by converting special characters into HTML entities.
- What is the primary purpose of encoding user input in web applications?