Manu
What are the methods in Session Object?
By Manu in ASP.NET on Jul 12 2006
  • Jul, 2006 25

    Session.Abandon--Destroys a Session object and all objects stored in it, and releases their resources. 
    Session.Contents.Remove--Removes a single session variable from the Session object Contents collection. 
    Session.Contents.RemoveAll  Removes all session variables from the Session object Contents collection

    • 0
  • Manu
    Jul, 2006 12

    The Session Object has only one method, which is Abandon. It destroys all the objects stored in a Session Object and releases the server resources they occupied

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS