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
What are the different types of proxy patterns?
How to handle errors in Web API?
To load your generated dataset with data which method do you invoke?
What is the difference between a page theme and a global theme?
What is difference in .net 1.1 and .net 2.0?
Explain about consistent programming model in the .NET framework?
What is the main difference between Asp.net and Vb.net?
How can you send an email message from an asp.net web page?
What is a ashx file?
Where code pages are used?
How is application management and maintenance improved in asp.net 2.0?
What are the event handlers that can be included in the Global.asax file?
What is difference between view state and session state?
Can action method static?
Can you explain one critical mapping? Performance issue which one is better?