ASP Programming Question:

Download Job Interview Questions and Answers PDF

What are the event handlers of Session Object?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Session _On Start? This event will be fired when a new user begins a session with the web site.
Session_OnEnd? This event is called whenever a session terminates.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Err Object?What is the difference between Cookies collection and Form/Querystring collection?