Multiple choice technology programming languages

Abandon is an ASP ________ object method.

  1. server

  2. request

  3. session

  4. response

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

The Abandon method is a member of the ASP Session object. It is used to explicitly destroy the current session and clear all variables associated with it. Server, Request, and Response objects do not have an Abandon method.