What is application Object?
nikhil kansal
The Application object is used to tie these files together. The Application object is used to store and access variables from any page, just like the Session object. The difference is that ALL users share ONE Application object (with Sessions there is ONE Session object for EACH user).
Shares information among users of an application. Gives a notification when an application starts or ends.