Hi I am using the php include on a site like this <? $_product_id = array(1,2,3,4,5); include("/mnt/raid/home/clients/summerbarbie/web/summer-barbie.com/members/plugins/protect/php_include/check.inc.php"); ?> I have that @ the top of all the php files in the members area, for some reason though It will login and will let you go to a couple of pages (ie. livecam.php diary.php) But its like every other click and it ask you to login again, if you click back in the browser it will go back to the protected page and then you can go to another protect page and it will ask again...This is really confusing for me any ideas why this would happen?
You have problems with sessions in PHP (on server side) or cookies (on client side). It is not bug in aMember, it is misconfiguration.