When using Azure AppFabric Cache as a Session State Provider what causes a transaction

烈酒焚心 提交于 2019-12-23 06:32:06

问题


I have AppFabric Cache configured as the Session State Provider for an ASP.NET MVC application. Not all pages access session state (in fact only a few ajax requests do, the main pages commonly accessed by the site users don't, in order to make them cacheable) Give the hourly transaction limit on AppFabric cache, what causes the Session Provider to execute a transaction with the Cache ? (See @knightpfhor answer on Estimating simultaneous Azure Appfabric Cache Connections for the source of this query)

Is it

  1. any resource (inc images / css)
  2. any request/page executing code
  3. any request/page with an explicit Session reference
  4. something else?

来源:https://stackoverflow.com/questions/7977963/when-using-azure-appfabric-cache-as-a-session-state-provider-what-causes-a-trans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!