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 options in ASP.NET to maintain state?
Elaborate differentiation between Cache and Application?
Explain what is viewstate?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How will you maintain versioning in asp.net 2.0?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Why asp.net is better than php?
What is a web api? Which protocol is used in a web api?
What is virtual directory in asp.net?
Define transparent caching with aop?
How to find out what version of asp.net I am using on my machine?
In which event are the controls fully loaded?
What are the different methods of session maintenance in asp.net?
Explain the use of fragment caching.
What are tuples?