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
How do you implement sql caching in asp.net?
How does the service stream content?
What are server-side comments in ASP.NET?
What is state management react?
Explain server-side scripting and client-side scripting.
Explain about asp.net 2.0 themes?
Which dll handles the request of .aspx page?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How can I open ashx file in mobile?
What is Model-View-View Model?
What is a web pool?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the difference between custom web user control and a custom web server control?
What are session state modes? List some of the important session state modes of asp.net.
How do you design a website with multilingual support in ASP.NET ?