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
Which is the parent class of the ASP.NET server control?
Define page output caching?
How to manage different kinds of sessions in ASP.NET?
How long do session variables last?
What is view state management in asp net?
Where is http session stored?
What is the difference between Classic ASP and ASP.Net?
What is base class of .net?
Why do we need url encoding?
Explain cashing in asp.net.
explain code with multi inhertance
What does a switch do?
Define data caching?
Name the two properties are on every validation control?
what are configuration files?