Which method is used to explicitly terminate a user session?

Choose the correct answer

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.

Which method is used to explicitly terminate a user … — ASP.net | PakQuizHub