What is the difference between application object and
session object?
Answer Posted / kinjal panchal
Session Object:- Using the session object u can store data
for some specific user.data not store permanently in the
session.
for Example:- using the session user go throw internal pages
in the web applications up to time out of the session
and the best example of the session is e-commerce site.
in this u store the product in the session with uses other
pages of applications.
Application object:- in application object data not store
permanently but any time u modify application object using
lock() and unlock().
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an asp.net web form?
what is loosely coupled solution? How it can be used?
What is the concepts of globalization and localization in .net?
Difference between singleton and singlecall.
Explain the difference between value type and reference type?
What is the difference between page directive include and action tag include?
What is directive in asp net?
Is data edited in the Repeater control?
Web API supports which protocol?
Can you change a master page dynamically at runtime? How?
what is DLL Hell and how it is solved in .NET? please explain clearly??
In which situation can you not use a viewstate?
What is the difference between “Web.config” and “Machine.Config”?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What are the different properties of server control that exists?