Multiple choice

Which of the following is NOT an ASP.NET object?

  1. Application

  2. Request

  3. Cookie

  4. Response

  5. Session

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

A cookie is not an object but a small file that the server embeds on the user's computer. Whenever the same computer requests a page with a browser, it will send the cookie too.