Which policy practice directly reduces the risk of credential theft through cookies?

Elevate your cybersecurity career with the EC-Council Certified Ethical Hacker (CEH) v13 exam. Master essential concepts with multiple choice flashcards and detailed explanations. Achieve success in ethical hacking!

Multiple Choice

Which policy practice directly reduces the risk of credential theft through cookies?

Explanation:
Cookies hold session data such as authentication tokens. If that cookie sticks around after you close the browser, someone with access to the device can reuse it to impersonate you and access accounts. Automatically deleting cookies when the browser terminates makes those tokens live only for the current session, so there’s no lingering credential to steal when the device is later used by someone else. This directly cuts the window of opportunity for cookie-based credential theft, especially on shared or public machines. For stronger protection, pair this with HttpOnly, Secure, and SameSite settings to reduce exposure even further.

Cookies hold session data such as authentication tokens. If that cookie sticks around after you close the browser, someone with access to the device can reuse it to impersonate you and access accounts. Automatically deleting cookies when the browser terminates makes those tokens live only for the current session, so there’s no lingering credential to steal when the device is later used by someone else. This directly cuts the window of opportunity for cookie-based credential theft, especially on shared or public machines. For stronger protection, pair this with HttpOnly, Secure, and SameSite settings to reduce exposure even further.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy