Once logged into aMember I use to run the following script to print out all the set session variables: <?php session_start(); ?><pre><?php print_r($_SESSION); ?> However now all I get returned is: Array ( ) Any ideas please. Only changes are change of server but as this is a PHP function cannot see how that would affect it. Also I have only a single product. Is there a built in aMember function that returns the expiry date please? Thanks
Sounds like your server is putting the session info in a non-standard place. Send in a tech support ticket- they can find out where it is and give you the proper variables. David