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 is autopostback in dropdownlist in asp net?
What is true about application service provider?
What is the difference between globalization and localization?
Can you explain one critical mapping?
What does the hotspot class in .net do?
What are the different types of validation controls in asp.net?
Differentiate between authentication and authorization.
What is class and object in asp.net?
What is inproc mode in session?
What is a page life cycle?
What is the function of new view engine in asp.net? : asp.net mvc
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the use of service provider?
What are the types of caching in asp.net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?