Which method is used to explicitly terminate a user session?
Explanation
To explicitly end a user session, the Session.Abandon method is used. This method destroys all session data and triggers the Session_End event. Other options like Session.Exit, Session.Close(), and Session.Discard() do not terminate the session explicitly.