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

What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

698


What is a web pool?

684


What is form method?

582


What is a SESSION and APPLICATION object?

663


How to add DateTime Control in normal DataGrid Server Control?

690






Define dll hell?

722


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

572


What is server side routing?

577


What is parse in asp.net?

639


Is global asax mandatory?

654


What are session objects?

614


Explain the difference between panel and groupbox classes using .net?

574


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

1818


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

594


Where is http session stored?

586