Velocity 分散キャッシュを使用してセッション管理をセットアップしました。キャッシュをホストする3つのサーバーがあり、名前付きキャッシュを作成しました
new-cache Sessions -Secondaries 1 TTL 1440
以下は私のweb.configファイルにあります
<section name="dataCacheClient"
type="Microsoft.Data.Caching.DataCacheClientSection,
 cacheBaseLibrary"
allowLocation="true"
allowDefinition="Everywhere"/>
<sessionState mode="Custom" customProvider="Velocity" >
<providers>
<add
name="Velocity"
type="Microsoft.Data.Caching.DataCacheSessionStoreProvider"
cacheName="Sessions"/>
</providers>
</sessionState>
どんな助けでも大歓迎です。