Enable the Shared Session State Store

Version: 10.4

To enable the Shared Session State Store:

  1. On your Content Delivery instance, in the App_Config/Include/ folder, create a patch file named, for example, EnableSharedSessionStateStore.config with the following content:

    RequestResponse
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
      <sitecore role:require="Standalone or ContentDelivery">
        <settings>
          <setting name="Analytics.IsSharedSessionEnabled" value="true" />
        </settings>
      </sitecore>
    </configuration>
    
  2. Save the file.

Note

Also see the Scaling and configuring session state documentation.

Do you have some feedback for us?

If you have suggestions for improving this article,