What is Difference between Application object and Session Object
Answer Posted / venkat
sessions are used to store key-value pairs.
sessions are used to identify every user who make request to web application and create the id for every user is called sessionid,sessionid will travel between every request and response using cookie.
Application object also used to store key-value pairs same like sessions.
Application object is used to share by all users,which is common for every user.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What a diffgram is, and a good use for one?
What is comparevalidator?
What is web api config?
How should I destroy my objects in asp.net?
What is a web server? What are the load limits in it?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
What is the concept of view state in asp.net?
What is difference between abstract class and an interface?
Explain file-based dependency and key-based dependency.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Define the term Web Garden?
Explain different types of Caching techniques in ASP.NET?
What is autopostback true?