Difference between Methods

  • Thread starter Thread starter Karl Seguin
  • Start date Start date
Hi!

Anyone knows what is the difference between Session.Clear() and
Session.RemoveAll() ???

[]'s
Carlos Henrique
 
Thanks for the tip...

Karl Seguin said:
There is none...RemoveAll() calls Clear()

You should get reflector (free) so that you can answer these questions
easily:
http://www.aisto.com/roeder/dotnet/

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
Carlos H said:
Hi!

Anyone knows what is the difference between Session.Clear() and
Session.RemoveAll() ???

[]'s
Carlos Henrique
 
Back
Top