Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.13 KB

sharing-session-state-with-asp_net-stateserver-requires-all-servers-in-the-web-farm-to-use-the-same-_net-framework-version.md

File metadata and controls

40 lines (27 loc) · 1.13 KB

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 xref:System.Web.SessionState.SessionStateMode.StateServer?displayProperty=name 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

Recommended Action

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