• I have got stuck here with the logout not working from my-account page woocommerce in both the main site and the secondary site (Multisite network). When trying to logout, it redirects to the page shown in the attached image:

    https://i.stack.imgur.com/JvpXY.png

    Clicking logout from here again redirects back to my account page and the user stays logged in. Don’t know if this is related to cookies but wp-config.php contains the following line:

    
    define('ADMIN_COOKIE_PATH', '/'); 
    define('COOKIEPATH', ''); 
    define('SITECOOKIEPATH', ''); 
    define('COOKIE_DOMAIN', false);
    
    

    How to fix this as currently the users are unable to logout.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce logout not working – WordPress multisite?’ is closed to new replies.