What is the difference between Application and Session Events?
Interview question and answer by:
Tripati_tutu | Posted on: 11/8/2010 | Category:
ASP.NET Interview questions | Views: 2057 | |
Points: 40
Answer:
By considering the application level you can have both Application and Session events. To initialize objects and to make data available to all the current sessions of your Web application we can use Application event. With the help of Session events you can initialize data that you want to share throughout all individual sessions but not in between the sessions.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: