What is Difference between Application object and Session Object
Answer Posted / venkat
sessions are used to store key-value pairs.
sessions are used to identify every user who make request to web application and create the id for every user is called sessionid,sessionid will travel between every request and response using cookie.
Application object also used to store key-value pairs same like sessions.
Application object is used to share by all users,which is common for every user.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the application event handlers in ASP.NET?
What is cached data phone?
What is considered a service provider?
What is cookies cache and session?
What is postback and autopostback in asp.net?
Explain the difference between asp and asp.net?
What is a user developed application?
How can you ensure a permanent cookie?
Differentiate between structure and class.
How we implement web farm and web garden concept in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Do you know using sql cache invalidation?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What does aspcompat="true" mean?
Describe the disadvantage of cookies.