Multiple choice technology programming languages

--------is a mechanism that servlets use to maintain state about a series requests from the same user across some period of time

  1. Request Tracking

  2. Session tracking

  3. Process Tracking

  4. All the above

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

Session tracking is the mechanism servlets use to maintain state information about a series of requests from the same user across multiple HTTP connections, which are otherwise stateless.