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 are the built-in objects in asp.net?
Why do we need url encoding?
How would you get asp.net running in apache web servers?
What is the difference between cookie and session?
What are the namespaces used in asp.net mvc? : asp.net mvc
Difference between response.redirect and server.transfer?
Can we override the enablepartialrendering property of the scriptmanager class?
What is asp.net globalization?
What are the features of asp.net mvc?
How you will handle session when deploying application in more than a server?
In which event of the page viewstate is available?
Explain asp.net mvc request life cycle? : asp.net mvc
What is AutoEventWireup attribute for ?
What websites use asp.net?
What is an example of an application service provider?