Hi, So I discovered the cool Remember Me feature in amember (aMember Pro Configuration > PHP Include) I have it set to "YES... YES... 14 days..." My question is this: Is that enough, or do I need to follow the instructions in the blue block below on that page (because I really don't understand all it's telling me to do)
Anybody have any input or experience with the Remember Me feature? I'm just wondering if I need to do more than set it to YES, like adding the info in the box which appears on that page? Thanks.
I to would be interested to see how this is sorted out. It seems to me that there are two things to do, the first is to include the php code at the top of you page as directed in the text you have pasted in that seems easy enough. The second bit that seems less clear is where it stated Yout MUST define $_product_id array so when you look back at the code it tells you to add there are two options but I cannot make sense of what they mean $_product_id = array(1,3); // or $_product_id = array(1) if it so include("/home/portfoli/public_html/amember/plugins/protect/php_include/check.inc.php");
Well, at this point, I simply ONLY changed the No to YES (without adding any additional code to my pages) and it SEEMS to be working... I don't know though if those other steps are required or what they do?!
You do not need to make any modifications Just enable remember me and it should work. Article in readme is not related to remember me and explain how to protect php pages with php_include protection method.