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...

Differences between session state and Application state?

Answer Posted / vino

Session state and Application state both are support the
same type of objects and maintain information on the server.

Session state:
- The session object is used to maintain the session of each
user. A user gets a session id when he enters in to an
application. This Id will delete when he leave from that
application. If he enters again he will get a different
session Id.
- Session allows information to be stored in one page and
access in another page and support any type of object.

Application state:

- But the application object, the Id is maintained for whole
application.
- Application state allows storing global objects that can
be accessed by any client.

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean your session has timed out?

1026


How do you change the session time-out value?

1093


Explain MVC model binders?

1116


How to disable disable browser's Back button in asp.net (JavaScript)?

1179


What is the syntax for datagrid and specifying columns?

2616


Can viewstate be accessed in another page?

1098


Explain the difference between debug.write and trace.write? When should each be used?

1050


What is asp net application object?

1054


Which is better asp.net or php?

1079


What is the difference between login controls and forms authentication?

1128


What is the differences between a primary key and a unique key in sql server?

1121


How Can assign alias name for ASP.NET Web API Action?

1510


What is asp.net architecture?

1053


in which protocol ASP.NET WEB API Work?

1150


What is the difference between pathparam and queryparam?

1111