gpt4 book ai didi

asp.net - MVC3 OutputCache VaryByHeader=Cookie 未设置

转载 作者:行者123 更新时间:2023-12-04 20:50:26 29 4
gpt4 key购买 nike

我有以下操作方法:

[HttpGet, Authorize, OutputCache(Duration = 60, VaryByHeader = "Cookie", Location = OutputCacheLocation.Any)]
public ActionResult Index()

但是当我提出请求时,这些是发出的 header :
Cache-Control: private, max-age=60, s-maxage=0
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Expires: Fri, 22 Jun 2012 09:56:32 GMT
Last-Modified: Fri, 22 Jun 2012 09:55:32 GMT
Vary: Accept-Encoding

为什么它不在 Vary 中包含 Cookie header ?

我已经尝试了 OutputCache 的许多变体设置但无济于事:(

最佳答案

关于asp.net - MVC3 OutputCache VaryByHeader=Cookie 未设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11154136/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com