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


Please Help Members By Posting Answers For Below Questions

What does session_start () do?

829


Who generates session id?

681


What is hidden field in asp.net?

788


Why do we need Sessions?

762


How asp.net mvc differs from asp.net web forms? : asp.net mvc

777


Describe session handling in a webfarm?

744


Differentiate between globalization and localization.

755


What is ispostback property?

689


What are the two types of web pages?

712


What are the 3 levels at which content pages can be attached to Master Page?

793


What is bson in web api?

808


What is difference between ispostback and autopostback in asp net?

715


How do I upload a file from my ASP.NET page?

783


What are session objects?

737


Write a code for sending an email from asp.net application.

768