Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between application object and
session object?

Answer Posted / sridevipc

A session is the time for which a particular user interacts
with a web application.

that data stored in session is not permanent and data
stored is usually only available to a specific user

Sessions serve as a way to transport and maintain user data
in web pages, such as forums, or e-commerce websites.

The Application object stores data that is shared accross
the application and not for a specific user. Internally the
values of both the Session and Application objects are
stored in a key/value pair (HashTable). All data stored in
Application in stored 'in process', meaning if you restart
your application all data in lost (I will show you how to
maintain all application data in another tutorial).

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why session management is required?

1071


What is the difference between trace and debug in asp.net?

1186


Describe in brief .net framework and its components.

1039


What is cross page posting? How is it done?

1014


Explain culture and uiculture values.

1029


Define view state.

983


Do you know caching feature?

1028


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

2064


What are the advantages of Web API?

1158


What is the biggest disadvantage of “Other Return Types” in Web API?

1459


How to reduce the width of textbox in editcommandcolumn of datagrid?

1060


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1957


how can create login from create and written conde in asp.net

2479


what is AutoEventWireUp and what is the use of This property explain in details?

1654


What is the procedure to create the environment for asp.net? : asp.net mvc

1112