ASP Programming Question:

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.


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