Difference between application and session ?
Answer Posted / sangeetha
Both Application and session state are used to store the
data when the postback occurs in the web form.
Session State – Session State information is available to
all pages opened by a user during a single visit.
Application State - Application State information is
available to all pages, regardless of which user requests a
page.
| Is This Answer Correct ? | 41 Yes | 2 No |
Post New Answer View All Answers
Where is session data stored in asp net?
What is active web pages?
What are the media types of http requests and response?
Define the steps to set up validation control.
What is diff. Between abstract class and an interface?
How do cookies work? Give an example of their abuse.
how to retrieve property settings from xml .config file.
What are the features of asp.net mvc?
What is a proxy in web service?
What is a viewstate?
Can any body provide me the sample web application in asp.net
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the advantage of using Windows authentication in a Web application?
What is a session in asp.net?
what are the ihttphandler and ihttphandlerfactory interfaces ?