Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

ContentLanguageSetting changes not remote cleared

Found in

EPiServer.CMS.Core 11.9.2

Fixed in

EPiServer.CMS.Core 11.10.1

(Or a related package)

Created

Jul 30, 2018

Updated

Sep 17, 2018

Area

CMS Core

State

Closed, Fixed and tested


Description

In a load-balanced environment (having at least two web instances for a single CMS site), modifying the language settings does not invalidate the remote caches This prevents the changes from getting adopted properly.

Steps to reproduce
1. Set up two IIS sites sharing the same code/database.
2. Create some language settings for some pages.
3. Make sure the setting is loaded on both sites (that is, view it in edit mode).
4. Change the setting on one site.

Expected:
The change is visible on the other site.

Actual:
The change is not seen on the other site.