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 a ashx file?
How many types of session state management options available in asp.net?
What is the differences between a primary key and a unique key in sql server?
What is the difference between viewstate and hidden field in asp.net?
How can we use Web API with ASP.NET Web Form?
What is a session in asp.net?
Do I need to have the latest version of windows media player installed?
What is smpte vc-1?
Define static function?
What is asp net_sessionid?
Define cookie.
Explain how does asp page work?
What is the difference between session object and application object?
What are the options in ASP.NET to maintain state?
Explain the asp.net mvc request life cycle? : asp.net mvc