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 / sanjay vishwakarma

Application state will be available to all users of the
application when set
Basically user A sets application variable "AppID" to "myApp"
User B retrieves application variable "AppID" and reads "myApp"



Session state will only be available to a specific user of
the ASP.net application

User A sets session variable "UserID" to "2"
User B loads the session variable "UserID" and receives null
User A loads the session variable "UserID" and receives "2"

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is authorization in asp.net?

1125


What do you understand by aggregate dependency?

1141


What’s difference between “optimistic” and “pessimistic” locking?

1126


Is asp.net free?

1044


Where sessions are stored?

1141


Is it true that a Web service must be written in .NET or not?

1140


How do u optimize a query in asp.net?

1068


How to you can limit Access to Web API to Specific HTTP Verb?

1252


How do I open an ashx file in windows 7?

1117


Define web.config in .net?

1122


What are the benefits of view state?

996


What do you mean by authorization?

999


What is _viewstart?

957


What is caching? Explain.

1049


What is validation in asp.net?

1141