Pages

Men

rh

7/11/2012

What is the difference between Application and Session Events in Asp.Net

What is the difference between Application and Session Events?  
At an application level we can have Application and Session events. Use Application events to initialize objects and data that you want to make available to all the current sessions of your Web application. Use Session events to initialize data that you want to keep throughout individual sessions, but that you don’t want to share between sessions.

No comments :

Post a Comment