0
我已經建立了Velocity分佈式緩存的sesion管理。我有3個服務器託管緩存並創建了爲什麼Velocity在幾分鐘後失去會話?
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>
任何幫助,將不勝感激。