Skip to content

Commit 4a05e78

Browse files
ihor-svizievMaciej Pawłowski
authored and
Maciej Pawłowski
committed
#7213 prevent pointless session start in webapi scope
1 parent 8aed39f commit 4a05e78

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageCache/etc/frontend

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/etc/frontend/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<type name="Magento\Framework\App\FrontControllerInterface">
1010
<plugin name="front-controller-builtin-cache" type="Magento\PageCache\Model\App\FrontController\BuiltinPlugin"/>
1111
<plugin name="front-controller-varnish-cache" type="Magento\PageCache\Model\App\FrontController\VarnishPlugin"/>
12-
<plugin name="page_cache_from_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
12+
<plugin name="page_cache_form_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
1313
</type>
1414
<type name="Magento\Framework\Controller\ResultInterface">
1515
<plugin name="result-builtin-cache" type="Magento\PageCache\Model\Controller\Result\BuiltinPlugin"/>

0 commit comments

Comments
 (0)