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


Please Help Members By Posting Answers For Below Questions

Describe the application event handlers in ASP.NET?

758


What is cached data phone?

749


What is considered a service provider?

709


What is cookies cache and session?

712


What is postback and autopostback in asp.net?

742


Explain the difference between asp and asp.net?

707


What is a user developed application?

709


How can you ensure a permanent cookie?

748


Differentiate between structure and class.

750


How we implement web farm and web garden concept in asp.net?

728


How does u get record no from 5 to 15 from a dataset of 100 records?

717


Do you know using sql cache invalidation?

715


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,?

788


What does aspcompat="true" mean?

754


Describe the disadvantage of cookies.

765