Which method is used to kill a session explicitly?

 Posted by Nagasundar_Tn on 11/27/2012 | Category: ASP.NET Interview questions | Views: 4993 | Points: 40
Select from following answers:
  1. Session.End()
  2. Session.Clear()
  3. Session.Abandon()
  4. Session.Kill()
  5. All Above

Show Correct Answer


Asked In: In my last interview. | Alert Moderator 

Comments or Responses

Posted by: Shariq on: 12/1/2012 | Points: 10
Session.Abandon()

Login to post response