To delete a cookie, the servlet should set its _________ to a past date.
- creation time
- domain
- expiration date
- path
To delete a cookie, the servlet should set its expiration date to a past date, making it immediately invalid.
Loading...
Related Quiz
- What is the difference between context parameters and initialization parameters in servlets?
- How does the use of 'lazy loading' in an ORM framework like Hibernate affect database performance?
- The __________ method is used to read initialization parameters from ServletConfig.
- In connection pooling, the pool size is defined by the _________ and _________ parameters.
- In a scenario where a filter needs to restrict access based on user roles, which object or method is essential for implementing this?