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 does session_start () do?
Who generates session id?
What is hidden field in asp.net?
Why do we need Sessions?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Describe session handling in a webfarm?
Differentiate between globalization and localization.
What is ispostback property?
What are the two types of web pages?
What are the 3 levels at which content pages can be attached to Master Page?
What is bson in web api?
What is difference between ispostback and autopostback in asp net?
How do I upload a file from my ASP.NET page?
What are session objects?
Write a code for sending an email from asp.net application.