Differences between session state and Application state?
Answer Posted / n.v.s prasad
The Difference Between Sessionstate And Application state
is i)Session state is about particular user which is
available in every page of site.
ii)Application state is Available to every user in
Every page of the site.
| Is This Answer Correct ? | 72 Yes | 6 No |
Post New Answer View All Answers
What is the function of new view engine in asp.net? : asp.net mvc
What is microsoft windows sharepoint services?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Is asp.net mvc front end or backend? : Asp.Net MVC
How many types of sessions in asp.net?
What are the differences between the response.write() and response.output.write()?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is %20 in a url?
How can we inherit a static variable?
Explain the asp.net session state modes.
What's the ASP.Net Application life cycle?
Is asp.net still used?
What is the behavior of a Web browser when it receives an invalid element?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?