I'm using Direct Post method with the PHP sdk, and once the transaction
is approved I need to insert the client's data into a database. The
client's data is stored in $_SESSION variables, but I can't access these
in the relay_response.php page. I can...