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 do you mean by authentication?
Why we use content place holder in asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the difference between rest and restful?
Can we handle the error and redirect to some pages using web.config?
How can you handle unmanaged code exceptions in asp.net?
What's the use of formatters in .net?
Is asp.net a programming language or framework?
What is a user session?
What are user controls?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is query string in asp.net?
What is the default authentication mode for asp.net?
What does mean by a neutral culture?
Define asp.net caching?