- Home
- All questions
- Question 288
CompTIA Security+ study material · question 288 of 611
A logout function deletes the session cookie in the browser but leaves the server-side session valid. What is the risk?
Show the answer
Answer: A. A previously captured identifier can still be presented successfully
Logout must destroy the session server-side; clearing the client copy only affects the honest user's browser.
Source: OWASP Session Management Cheat Sheet (OWASP) — OWASP Session Management Cheat Sheet › Session Expiration