Difference between application and session ?
Answer Posted / shiva
session object is used to store information between http
request for a particular user. Application are globally
across users.
| Is This Answer Correct ? | 89 Yes | 8 No |
Post New Answer View All Answers
Explain the use of view state?
What is the sequence in which ASP.NET events are processed?
What are the types of caching in asp.net?
Diff between web user control and web custom control?
What does the hotspot class in .net do?
How can we provide the WebParts control functionality to a server control?
What is windows active directory authentication?
What are sql joins?
What does a switch do?
Define a static class?
What is the difference between cookie and session?
Will session work if cookies is disabled?
What is bound controls
Difference between overriding and overloading?
What is Dynamic Web and discuss its usage with the help of real life examples?