Multiple choice asp Abandon is an ASP ________ object method. server session request 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.