Select from following answers:- Application_Start
- Session_Start
- Application_BeginRequest
- All Above
Application_BeginRequest fires every time the request
is sent.
Application_Start fires only for one time(whenever the
application is started)
Session_Start is dependant on whenever the new Session is
created.New Session can be created if Timeout occurs,
Abandon() method is called.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator