What is Difference between Application object and Session Object

Answers were Sorted based on User's Feedback



What is Difference between Application object and Session Object..

Answer / 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

What is Difference between Application object and Session Object..

Answer / m madar

Application object store the data till application is shut down.

Session object store the data till browser close.

Is This Answer Correct ?    9 Yes 2 No

What is Difference between Application object and Session Object..

Answer / senthil

Session objects resets when a user logs out i.e,the user
session is timmed out but applications objects are reset
when the application is uninstalled.

Is This Answer Correct ?    1 Yes 0 No

What is Difference between Application object and Session Object..

Answer / 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

What is Difference between Application object and Session Object..

Answer / ummanenimaheshbabu

session is only for uniqe identified of the user
but application object is not only pertiquler person it can be used any person

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is state management in ASP.NET

2 Answers   MCN Solutions,


what is client back feauture ?

1 Answers  


What are asynchronous callbacks?

0 Answers   Accenture,


Why session is used in asp.net?

0 Answers  


What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?

2 Answers   PCS,






ADO.Net - how to get data from database and bind to the controls -- write this small code

3 Answers   Syntel,


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


How to disable SOAP1.2 in Web Services?

1 Answers  


Explain how can you debug your .net application?

0 Answers  


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


What is the difference between application state and session state in asp net?

0 Answers  


Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?

1 Answers  


Categories