ASP Programming Question:

What are the methods in Session Object?

ASP Programming Interview Question
ASP Programming Interview Question

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.


Previous QuestionNext Question
Name the ASP Objects?What is Server-Side includes?