cyber revision

Web Security

How the web works, the OWASP Top 10, injection, XSS and access control.

1 / 16
FoundationsWhy does HTTP statelessness matter for security?tap or press space to flip
AnswerHTTP remembers nothing between requests, so sessions (a session ID in a cookie) restore continuity, making the session ID a prime theft target equivalent to the password.
Recall the answer, then flip