Question 3596 – Web-Technologies
December 6, 2023UGC NET CS 2014 June-paper-3
December 6, 2023Question 2558 – Web-Technologies
In ASP, which of the following methods is used to end the current user session and destroy the current session object immediately?
Correct Answer: C
Question 46 Explanation:
→Clear – Removes all keys and values from the session-state collection.
→Abandon – removes all the objects stored in a Session. If you do not call the Abandon method explicitly, the server removes these objects and destroys the session when the session times out.It also raises events like Session_End.
→Abandon – removes all the objects stored in a Session. If you do not call the Abandon method explicitly, the server removes these objects and destroys the session when the session times out.It also raises events like Session_End.
Session.Exit
Session.End
Session.Abandon
Session.terminate
Subscribe
Login
0 Comments