Protect Plugin: phpSFP
In case you use phpSFP on subdomain of domain where amember is installed then please edit file
phpsfp/application/config/config.php
find line
$config['cookie_domain'] = "";
and replace it with your domain name
$config['cookie_domain'] = ".example.com";