Difference between application and session ?
Answer Posted / ezhil dinesh
Application state is a global storage Mechanism that is accessible from all pages in the web application.
Session State is similar to application state, except that it is scoped to the current browser session. If different users are using your application each user session will have a different session state.
In addition, if a user leaves your application and then returns later, the second user session will have a different session state from the first.
-----------------------------------------------------------
Both application and session state is useful for storing information that needs to be maintained between server roundtrips and between requests for pages.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
How many types of Cookies are available in ASP.NET?
Is asp net front end or backend?
What are ASHX files?
What is virtual directory in asp.net?
What is the compiled object?
What is the difference between the get method () and post method ()?
What is the postback property in asp.net?
What are the different types of cookies in asp.net?
How can we call webservices in Banking Applications? and where we are using it?
What are all the various Estimation Techniques available ?
What is application Object?
What is asp.net and its advantages?
Explain about the Class view window?
Explain the difference between panel and groupbox classes using .net?
Define page fragment caching?