Skip to content

Commit

Permalink
#7213: [GitHub] WEBAPI: PHP session is always started
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-balko committed Jan 17, 2018
1 parent d865ef1 commit a282973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/etc/webapi_rest/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<arguments>
<argument name="userContexts" xsi:type="array">
<item name="customerSessionUserContext" xsi:type="array">
<item name="type" xsi:type="object">Magento\Customer\Model\Authorization\CustomerSessionUserContext</item>
<item name="type" xsi:type="object">Magento\Customer\Model\Authorization\CustomerSessionUserContext\Proxy</item>
<item name="sortOrder" xsi:type="string">20</item>
</item>
</argument>
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/User/etc/webapi_rest/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<arguments>
<argument name="userContexts" xsi:type="array">
<item name="adminSessionUserContext" xsi:type="array">
<item name="type" xsi:type="object">Magento\User\Model\Authorization\AdminSessionUserContext</item>
<item name="type" xsi:type="object">Magento\User\Model\Authorization\AdminSessionUserContext\Proxy</item>
<item name="sortOrder" xsi:type="string">30</item>
</item>
</argument>
Expand Down

0 comments on commit a282973

Please sign in to comment.