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

Which namespace is used by ado.net?

1028


What is clr? Difference between clr & cts?

1247


What is jade template engine?

1085


How can we update records in gridview?Is there any appropriate code for it?

2227


What is http only cookie?

1183


Is asp.net and .net the same?

1111


Is data edited in the Repeater control?

1079


What is difference between View State and Hidden Field in ASP.NET?

1185


What is loop in asp.net?

1152


Explain server side state management system.

995


Define managed code and managed data in .net?

1003


What are the disadvantages of asp.net?

1122


Explain the overview of asp.net?

1072


How to disable validator control by client side JavaScript?

1109


What are themes and skins in 2.0, explain usage scenario?

988