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

Are cookies client side or server side?

0 Answers  


what is the advantage of data reader?

2 Answers  


When does a session actually start?

0 Answers  


Write a code snippet to implement the indentation in json in web api.

0 Answers  


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,






What is in a session cookie?

0 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


About session modes

3 Answers   Wipro,


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


Can you create an app domain ?

1 Answers  


What are tuples?

0 Answers  


Categories