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 0421665 commit 5961569Copy full SHA for 5961569
app/code/Magento/Backend/etc/adminhtml/di.xml
@@ -86,6 +86,7 @@
86
<arguments>
87
<argument name="lifetimePath" xsi:type="const">Magento\Backend\Model\Auth\Session::XML_PATH_SESSION_LIFETIME</argument>
88
<argument name="sessionName" xsi:type="const">Magento\Backend\Model\Session\AdminConfig::SESSION_NAME_ADMIN</argument>
89
+ <argument name="scopeType" xsi:type="const">Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT</argument>
90
</arguments>
91
</type>
92
<type name="Magento\Framework\View\Result\PageFactory">
0 commit comments