我使用的是yslow版本3.1.4
发布于 2012-10-31 23:12:29
向主机域发出的每个请求都会发送一个cookie,该请求与使用set-cookie:
响应头设置时指定的domain
和path
属性相匹配。
当您的浏览器发出print.css
的GET
时,如果域和路径匹配,则其请求标头仍将包含cookie:
标头。
要防止出现这种情况,请参阅setting the path on cookie prevent it being sent in http static requests?。
https://stackoverflow.com/questions/13154782
复制相似问题