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

Boost your skills for the EC-Council Certified Ethical Hacker v13 Exam. Use flashcards and multiple choice questions to prepare effectively. Each question includes hints and explanations. Get exam-ready now!

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