Multiple choice technology security How long does a request scope exist? The length of the User's Session The length of a single HTTP response The length of a single HTTP request 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.