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 is owin authentication?

738


What is the maximum amount of memory any single process on windows can address?

772


Where do the cookie state and session state information be stored?

722


Explain diff between dataset and datareader?

735


Explain how cookies work. Give an example of cookie abuse.

910


What are the validation controls available in ASP.NET?

750


Can you explain how ASP.NET application life cycle and page life cycle events fire?

823


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1721


How would you implement inheritance using c#?

795


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

798


Explain the difference between value type and reference type?

468


What are the different kinds of assemblies?

743


Explain the asp.net mvc folder conventions? : asp.net mvc

753


What are custom user controls in asp.net?

763


What is the difference between file-based dependency and key-based dependency?

812