What are the methods in Session Object?

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.

Showing Answers 1 - 3 of 3 Answers

pooja

  • Jun 8th, 2006
 

Name:

Description:

Abandon

This method can be used to destroy a session.

Contents.Remove

This method can be used to remove a specific item from the session content collection.

Contents.RemoveAll

This method can be used to remove all specific items from the contents collection

  Was this answer useful?  Yes

t.ramesh(coimbatore)

  • Jul 22nd, 2006
 

contents.remove

contents.removeall

abondan

  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