ASP Programming Question:

What are the methods in Session Object in ASP?

Tweet Share WhatsApp

Answer:

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.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What are the attributes of the tags? What are their functions? What is ServerVariables collection in ASP?