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.
2 parents faf12d7 + 52d10d3 commit 4027689Copy full SHA for 4027689
app/etc/di.xml
@@ -279,6 +279,11 @@
279
<argument name="pathInfoProcessor" xsi:type="object">Magento\Backend\App\Request\PathInfoProcessor\Proxy</argument>
280
</arguments>
281
</type>
282
+ <type name="Magento\Framework\App\Response\Http">
283
+ <arguments>
284
+ <argument name="sessionConfig" xsi:type="object">Magento\Framework\Session\Config\ConfigInterface\Proxy</argument>
285
+ </arguments>
286
+ </type>
287
<preference for="Magento\Framework\Session\SaveHandlerInterface" type="Magento\Framework\Session\SaveHandler" />
288
<type name="Magento\Framework\Session\SaveHandlerFactory">
289
<arguments>
0 commit comments