What method do you use to explicitly kill a user s session?

Showing Answers 1 - 1 of 1 Answers

Binda Joshi

  • Mar 10th, 2005
 

The Abandon method destroys all the objects stored in a Session object and releases their resources.If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.Syntax: Session.Abandon

  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