2
Reply

What are the methods in Session Object?

Manu

Manu

Jul 12, 2006
6.9k
0

    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

    July 25, 2006
    0

    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

    Manu
    July 12, 2006
    0