Multiple choice asp

Abandon is an ASP ________ object method.

  1. server

  2. session

  3. request

  4. response

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

The Abandon method belongs to the Session object and destroys the current user session, releasing all resources and stored variables. Server, Request, and Response objects do not have an Abandon method.