What is the difference between Session.Clear() and Session.RemoveAll() method?

 Posted by Virendradugar on 11/17/2009 | Category: ASP.NET Interview questions | Views: 6770
Answer:

Well, actually there is no difference. Session.RemoveAll() methods internally makes a call to Clear() method only.

Thanks.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response