Difference between application and session ?
Answer Posted / sainath
Application state is available to entire application,where as state is available in particular session
application state is also called" multi user global data".
session state is called "single user global data"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is an object pool required?
To get the values in two different controls to match which control you use it?
What is the difference between web.config and machine.config in ASP.NET?
What does aspcompat="true" mean?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Explain about Multi-Language integration?
What is asp net objects?
What are session cookies?
How many languages are supported by .NET at present time?
how to elimainte the similar data from the different tables
What are the Types of state management techniques
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the asp.net 2.0 features?
What is the usage of DelegatingHandler?
How you can return View from ASP.NET Web API method?