Correct Answer : Session.Abondon()
Explanation : The Abandon method destroys all the objects stored in a session object and releases their resources. If we don't call this explicitly the server destroys this object when the session times out.