Skip to content

Commit dd7403c

Browse files
committed
MC-25187: Session lost after switching stores on different domains
1 parent 147c0f7 commit dd7403c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Store/Controller/Store/Redirect.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,7 @@ public function execute()
128128
];
129129
$this->_redirect->redirect($this->_response, 'stores/store/switch', $arguments);
130130
}
131+
132+
return null;
131133
}
132134
}

0 commit comments

Comments
 (0)