Multiple choice technology security

How long does a request scope exist?

  1. The length of the User's Session

  2. The length of a single HTTP response

  3. The length of a single HTTP request

  4. Until the server is rebooted

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Request scope in web applications refers to data that persists only for the duration of processing a single HTTP request from client to server. It does not span multiple requests (session), responses only, or extend beyond the request lifecycle.