Difference between application and session ?

Answer Posted / sangeetha

Both Application and session state are used to store the
data when the postback occurs in the web form.

Session State – Session State information is available to
all pages opened by a user during a single visit.

Application State - Application State information is
available to all pages, regardless of which user requests a
page.

Is This Answer Correct ?    41 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have multiple master pages in asp net?

507


What are the different methods of session maintenance in asp.net?

535


How can we make sure that Web API returns JSON data only?

537


Define common type system?

579


Which object encapsulates state or data of a user?

624






Why is mvc better than asp.net?

531


What is the parent class of all the web server control?

483


Which asp.net objects encapsulate the state of the client and the browser?

569


How many languages are supported by .NET at present time?

285


What is the difference between ldap and active directory?

515


What is a web api? Which protocol is used in a web api?

543


explain code with multi inhertance

1646


How asynchronous call can be implemented using delegates?

539


What is the importance of Global.asax in ASP.NET?

549


How do you do Client-side validation in .Net?

571