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 455654a commit f7f9705Copy full SHA for f7f9705
app/code/Magento/PageBuilder/Plugin/Framework/Session/SidResolver.php
@@ -38,7 +38,7 @@ public function afterGetSid(
38
$result,
39
\Magento\Framework\Session\SessionManagerInterface $session
40
) {
41
- if (strpos($this->request->getPathInfo(), 'pagebuilder/contenttype/preview') !== false) {
+ if (strpos($this->request->getPathInfo(), '/pagebuilder/contenttype/preview') === 0) {
42
return $this->request->getQuery(
43
$subject->getSessionIdQueryParam($session)
44
);
0 commit comments