We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdad31 commit 090bbfeCopy full SHA for 090bbfe
app/code/Magento/PageCache/Model/App/Request/Http/IdentifierForSave.php
@@ -52,7 +52,8 @@ public function getValue()
52
$this->request->isSecure(),
53
$baseUrl,
54
$query,
55
- $this->context->getVaryString()
+ $this->request->get(\Magento\Framework\App\Response\Http::COOKIE_VARY_STRING)
56
+ ?: $this->context->getVaryString()
57
];
58
59
$data = $this->identifierStoreReader->getPageTagsWithStoreCacheTags($data);
0 commit comments