I am loging out user through following code. This is my view code behind logout button:
\"&g
If you are using Nav::widget to generate menus, the logout item should have linkOptions specified:
Nav::widget
linkOptions
[ 'label' => 'Logout', 'url' => ['/logout'], 'linkOptions' => ['data-method' => 'post'], ],