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
Explain the difference between globalization and localization techniques
What are the types of authentication in asp.net?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain the difference between array and linkedlist?
How can we use Web API with ASP.NET Web Form?
What are server activated objects?
How to find out what version of asp.net I am using on my machine?
What are cookies in asp.net?
Explain ViewState?
Why would anyone need to implement their own hashtable or linked list?
Explain server-side scripting?
Why is mvc better than asp.net?
how to transfer the file from client to server using asp.net
Explain difference between friend and protected friend?
What is base class of .net?