Session.Abandon-->Cancels the Current Session.To programmatically end current users session (for any reason) we can use Session.Abandon method.Session.End-->A session ends if a user has not requested or refreshed a page in the application for a specified period. By default, this is 20 minutes.