What is the difference between application object and
session object?

Answer Posted / linton lazar

Application object can store the value through out the
application.It using Application.lock(),Application.unlock
() for store the values.

Sessions helps to preserve data across successive accesses.
These can be done on a per user basis, via the use of
session objects. Session objects give us the power to
preserve user preferences and other user information when
browsing a web application

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you implement sql caching in asp.net?

778


How does the service stream content?

780


What are server-side comments in ASP.NET?

777


What is state management react?

711


Explain server-side scripting and client-side scripting.

703


Explain about asp.net 2.0 themes?

733


Which dll handles the request of .aspx page?

754


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

730


How can I open ashx file in mobile?

843


What is Model-View-View Model?

785


What is a web pool?

795


What is difference between mvc and asp.net? : Asp.Net MVC

817


What is the difference between custom web user control and a custom web server control?

712


What are session state modes? List some of the important session state modes of asp.net.

722


How do you design a website with multilingual support in ASP.NET ?

758