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 cba3423 + cbb67e2 commit de5e007Copy full SHA for de5e007
app/etc/di.xml
@@ -234,6 +234,11 @@
234
<argument name="pathInfoProcessor" xsi:type="object">Magento\Backend\App\Request\PathInfoProcessor\Proxy</argument>
235
</arguments>
236
</type>
237
+ <type name="Magento\Framework\App\Response\Http">
238
+ <arguments>
239
+ <argument name="sessionConfig" xsi:type="object">Magento\Framework\Session\Config\ConfigInterface\Proxy</argument>
240
+ </arguments>
241
+ </type>
242
<preference for="Magento\Framework\Session\SaveHandlerInterface" type="Magento\Framework\Session\SaveHandler" />
243
<type name="Magento\Framework\Session\SaveHandlerFactory">
244
<arguments>
0 commit comments