dotnet/Documentation/compatibility/sharing-session-state-with-...

1.1 KiB

Sharing session state with Asp.Net StateServer requires all servers in the web farm to use the same .NET Framework version

Scope

Edge

Version Introduced

4.5

Source Analyzer Status

Planned

Change Description

When enabling StateServer session state, all of the servers in the given web farm must use the same version of the .NET Framework in order for state to be properly shared.

  • Quirked
  • Build-time break

Be sure to upgrade .NET Framework versions on web servers that share state at the same time.

Affected APIs

  • F:System.Web.SessionState.SessionStateMode.StateServer

Category

ASP.NET

More information