Differences between session state and Application state?
Answer Posted / chswapna
session is single user.
application is a multi user.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is postback and autopostback in asp.net?
What is the usage of DelegatingHandler?
What is state management technique?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain form level validation and field level validation?
How can we prepairing Interview
What is asp.net file?
What is csrf attack in asp.net?
What is ispostback method in asp.net? Why do we use that?
What are the features that make asp.net more used framework? : asp.net mvc
What is webresource axd?
How can we prevent browser from caching an aspx page?
Explain swagger components.
State differences between MVC and WebAPI
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?