Skip to content

Commit d64032a

Browse files
committed
MC-18718: store switcher set not unique version
1 parent a9ceb1a commit d64032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Store/Model/StoreSwitcher/ManagePrivateContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function switch(StoreInterface $fromStore, StoreInterface $targetStore, s
5454
->setHttpOnly(false);
5555
$this->cookieManager->setPublicCookie(
5656
\Magento\Framework\App\PageCache\Version::COOKIE_NAME,
57-
'should_be_updated',
57+
\uniqid('should_be_updated-'),
5858
$publicCookieMetadata
5959
);
6060
} catch (\Exception $e) {

0 commit comments

Comments
 (0)