ASP Programming Question:

What are the event handlers of Session Object?

Tweet Share WhatsApp

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 PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is an Err Object?What is the difference between Cookies collection and Form/Querystring collection?