ASP Programming Question:
Download Job Interview Questions and Answers PDF
What are the event handlers of Session Object?
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.
Session_OnEnd? This event is called whenever a session terminates.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is an Err Object? | What is the difference between Cookies collection and Form/Querystring collection? |