shape
Published

May 3, 2025

No Comments

Join the Conversation

Memberium Login Issue

If you are a Memberium user with Woocommerce, you may face login issues with some users. I had multiple cases related to this type of issue. After debugging for some time, I found that issue is not related to WordPress login but instead its related to residual login cookie. If a users doesn’t manaully logout out and his session end with session time out, cookie remains in the storage. If the same user tries to login again in same browser, this residual cookie breaks the process.

 

So, now the million-dollar question is, how to fix this problem? You can fix this problem by adding few small lines of code to you current theme’s functions.php

Just to note here: wordpress_logged_in_923b403809e695cb7960e46bf6e80268 needs to be replaced with your website’s cookie variable.

Connect with me if you need any help or stuck with any such cases.

Your’s

Code Investigator