SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[asp.net] What is the difference between SessionState and ViewState?
Home
Question
What is the difference between SessionState and ViewState?
SessionState
Can be persisted in memory, which makes it a fast solution. Which means state cannot be shared in the Web Farm/Web Garden.
Can be persisted in a Database, useful for Web Farms / Web Gardens.
Is Cleared when the session dies - usually after 20min of inactivity.
ViewState
Is sent back and forth between the server and client, taking up bandwidth.
Has no expiration date.
Is useful in a Web Farm / Web Garden
Examples related to
asp.net
•
RegisterStartupScript from code behind not working when Update Panel is used
•
You must add a reference to assembly 'netstandard, Version=2.0.0.0
•
No authenticationScheme was specified, and there was no DefaultChallengeScheme found with default authentification and custom authorization
•
How to use log4net in Asp.net core 2.0
•
Visual Studio 2017 error: Unable to start program, An operation is not legal in the current state
•
How to create roles in ASP.NET Core and assign them to users?
•
How to handle Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()
•
ASP.NET Core Web API Authentication
•
Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0
•
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jquery
Examples related to
session-state
•
What is the difference between Sessions and Cookies in PHP?
•
If REST applications are supposed to be stateless, how do you manage sessions?
•
How can I check if a user is logged-in in php?
•
Unable to make the session state request to the session state server
•
What is the difference between SessionState and ViewState?
•
In ASP.NET, when should I use Session.Clear() rather than Session.Abandon()?
Examples related to
viewstate
•
Asp.net Validation of viewstate MAC failed
•
Invalid length for a Base-64 char array
•
What causing this "Invalid length for a Base-64 char array"
•
What is the difference between SessionState and ViewState?
•
How to decode viewstate