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