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
Explain the difference between or and orelse?
How can we create a website?
What are Master Pages in ASP.NET?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Why we use asp.net for website development?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is the use of web.config file?
Fetch one page value to another page without using state-managment ?
What is the part of url?
What are the Types of session management in ASP.NET
What is postback in asp net?
Which browsers support the xmlhttprequest object?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain About WebService
What is is post back property in asp net?