Hello,
I have a question about using paypal on a page where the user is logged into
It is with php
How can you have the user still authorised for that page if paypal is redirecting back to that page.
I read something about giving the session_id to the custom variable with PDT What about, if you have multiple session variables. Can you also pass an array to the custom variable?
How is it done, codingwise
any insights are good
edit:
Is the PDT custom variable just some self invented name that you stick behind the other obligated variables.
like so:
$req = "tx=$tx&at=$token&cmd=$cmd";
$req .= "&somevariablename=".session_id();
thanks, Richard