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 about the Class view window?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How can we Validate a Controls in ASP.NET page using JavaScript?
Define xmlreader class.
What is ipostback?
Where are session variables stored?
What is the difference between GridView and Repeater controls in ASP.NET?
Where is cookie used in asp.net?
What are sql joins?
Explain about ASP.NET?
Explain what is an assembly?
How can we create custom controls in asp net?
How can we pass info between 2 asp.net pages?
What is cookies cache and session?
What is recordset asp?