What is Specific Difference Between Session.Abandon();andSession.Kill();Note: Because Microsoft has a big logic to give two method for different work not for same work.

Questions by vaibhav Tyagi   answers by vaibhav Tyagi

Showing Answers 1 - 3 of 3 Answers

learnasp

  • Oct 24th, 2007
 

Session.Abandon() method destroys all the objects stores in the Session object and releases its resources.

Session.Kill() is not a method in ASP.NET.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions