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
Explain advantages of caching?
How long does an http session last?
How can exception be handled with out the use of try catch?
What are app services?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is the use of asp.net web api?
What is session authentication?
What is a Cookie? Where is it used in ASP.NET?
What are the Difference between asp.net and asp ?
Why do we use datasource in asp.net?
Explain swagger components.
How does exception management works in ASP.NET?
How do you use viewstate?
IN an ASP.NET Web application if there is any error, how can you debug?
Diff between web user control and web custom control?