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 are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is content page in asp net?
What is manifest in .net framework?
What is microsoft windows sharepoint services?
How to display validation messages in one control?
What is the use of service provider?
What is the function of the ViewState property?
What are the Types of session management in ASP.NET
explain code with multi inhertance
What are the different types of sessions in asp.net? Name them?
What are early binding and late binding.
What is asp according to you?
What is session in asp.net?
What is the concepts of globalization and localization in .net?
Why is string called immutable data type?