What is the difference between application object and
session object?
Answer Posted / anand gopal makwa munger
You can use Application to store information that is accessible from all web page but it is not user-specific.To initialized application variable respond to the Application_Start event in Your Global.asax File
You can use Session to store user-specific information that is accessible from all web page. To initialized session variable respond to the Session_Start event in Global.asax File.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between application events and session events
What are the different types of sessions in asp.net?
How asynchronous call can be implemented using delegates?
Give some salient points of difference between request processor and request dispatcher.
What is difference between Lambda Expression and LINQ in ASP.NET?
What is the purpose of master page?
What is the use of autowireup in asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What do you understand by aggregate dependency?
How would ASP and ASP.NET applications run at the same time on the same server?
Explain about Application and Session Events ?
calling result set one procedure to anothar procedure in sql2000
Is there any property names “isnavigating”?
What is a web pool?
What is Partial PostBack in ASP.NET?