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
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is a web pool?
What is form method?
What is a SESSION and APPLICATION object?
How to add DateTime Control in normal DataGrid Server Control?
Define dll hell?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is server side routing?
What is parse in asp.net?
Is global asax mandatory?
What are session objects?
Explain the difference between panel and groupbox classes using .net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Where is http session stored?