Interview Questions

What are the event handlers of Session Object?

ASP Interview Questions and Answers


(Continued from previous question...)

101. What are the event handlers of Session Object?

Session _OnStart 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.

(Continued on next question...)

Other Interview Questions