I have another program that is modifying parts of the amember_members table. However, after the modification, the changes don't seem to be represented in the _amember_user variable array. Is there any way I can force a refresh of the session variables without the user to logging out?
try to do the following after changing database: session_start(); unset($_SESSION['_amember_product_ids']);