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


Please Help Members By Posting Answers For Below Questions

Difference between application events and session events

803


What are the different types of sessions in asp.net?

714


How asynchronous call can be implemented using delegates?

789


Give some salient points of difference between request processor and request dispatcher.

861


What is difference between Lambda Expression and LINQ in ASP.NET?

772


What is the purpose of master page?

722


What is the use of autowireup in asp.net?

783


How to improve performance of web application asp.net mvc? : Asp.Net MVC

766


What do you understand by aggregate dependency?

831


How would ASP and ASP.NET applications run at the same time on the same server?

2209


Explain about Application and Session Events ?

834


calling result set one procedure to anothar procedure in sql2000

1552


Is there any property names “isnavigating”?

764


What is a web pool?

812


What is Partial PostBack in ASP.NET?

802