Skip to content

Commit 74a48fd

Browse files
committed
magento-commerce/magento2-login-as-customer#171: Force customer logout during admin logout without additional MySQL queries
1 parent 3e94736 commit 74a48fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/LoginAsCustomer/Plugin/AdminLogoutPlugin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
/**
1616
* Delete all Login as Customer sessions for logging out admin.
17+
*
18+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1719
*/
1820
class AdminLogoutPlugin
1921
{

0 commit comments

Comments
 (0)