Difference between application and session ?
Answer Posted / santosh
sessions allows information to be stored in one page and accessed in another and it supports any type of object including your own custom data types.
Application state allows you to store global objects that can be accessed by any client.
The coomon thing b/w session and application is both support the same type of objects retain information on the server and uses the same dictionary -based syntax.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Describe how to implement globalization and localization in the use interface in .net.
What are the session variables?
Explain client-side scripting?
What is redirecting behavior?
What do you understand from custom control?
Why select Web API?
What is the difference between stored procedure vs function?
What is considered a service provider?
What is manifest in .net framework?
How u refer webservices?
Why do we use web config?
Define authentication and authorization.
What are themes and skins in 2.0, explain usage scenario?
What is voluum?
What are the different session state management options available in asp.net?