Multiple choice Which of the following is NOT an ASP.NET object? Application Request Cookie Response 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.