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

Explain the various authentication mechanisms in asp.net.

943


Define repository pattern in asp.net mvc? : asp.net mvc

958


How you can stop the validation of ASP.NET controls from client side?

996


How you will manage the state of ASP.NET controls?

1014


In which event of the page viewstate is available?

838


What is full trust in asp.net?

1024


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

1116


What kind of programming language is ASP.NET?

1090


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1089


What is rich control in asp.net?

968


What is csrf attack in asp.net?

973


Can you use c# without .net?

935


What is advantage of code behind coding in ASP.NET?

984


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2932


Explain the steps to be followed to use passport authentication.

1008