J'ai configuré la gestion de sesion avec le cache distribué Velocity. J'ai 3 serveurs hébergeant le cache et créé le cache nommé avecPourquoi Velocity perd-il sa session après seulement quelques minutes?
new-cache Sessions -Secondaries 1 TTL 1440
et ce qui suit est dans mon fichier 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>
Toute aide serait appréciée.