The plugin logout users when they visit this page. After logout the plugin applies an action selected in the Logout Options for the role.
Doesn’t this work on your website? Could you test logout looking to the “Network” tab in the browser developer tools? The Logout page should set cookies like this example:
{
"Response Cookies": {
"PHPSESSID": {
"expires": "1970-01-01T00:00:01.000Z",
"path": "/",
"value": "deleted"
},
"wordpress_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wordpress_logged_in_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wordpress_sec_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wordpresspass_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wordpressuser_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wp_woocommerce_session_769eae9686e3e58a157ed4081bca3efd": {
"expires": "1970-01-01T00:00:01.000Z",
"httpOnly": true,
"path": "/",
"value": "deleted"
},
"wp-postpass_769eae9686e3e58a157ed4081bca3efd": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wp-settings-302": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
},
"wp-settings-time-302": {
"expires": "2024-01-15T20:51:50.000Z",
"path": "/",
"value": " "
}
}
}