What is Difference between Application object and Session Object
Answer Posted / chandra prakash andani
Session object is user specific. A unique session id creates for every user when a user opens application. A application object is application specific. It remains the same for all the users.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Explain page output caching?
What are ASHX files?
Which two new properties are added in asp.net 4.0 page class?
What is the question mark in a url?
What is a session in asp.net?
What are all the various Estimation Techniques available ?
What are the different authentication modes in asp.net?
What is .net framework and what are the main components of it?
How to you can limit Access to Web API to Specific HTTP Verb?
How we implement web farm and web garden concept in asp.net?
What does asp.net stand for?
What threading model used in asp and asp.net?
What is server side in asp.net?
how to debug web services on consumer side?
Define view state.