Enable the Shared Session State Store
Version: 10.4
To enable the Shared Session State Store:
-
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>
-
Save the file.
Note
Also see the Scaling and configuring session state documentation.