Keep Session on Payment
Posted: Thu Nov 20, 2025 10:14 am
Hi,
I'm trying to update to v1.1.0.5 an old payment module and need a little help
The module uses checkout_proccess.php, checkout_payment.php and checkout_success.php
For the url notificacion I use this $GLOBALS['Linker']->build('checkout_process.php', [session_name() => session_id()]), but I suppose that is not the correct way to make this, what is the correct way?
And I don't know if is needed to pass the session on url to keep session when user come back from payment website to phoenixcart
If someone can help me, will be apreciated
Best regards
I'm trying to update to v1.1.0.5 an old payment module and need a little help
The module uses checkout_proccess.php, checkout_payment.php and checkout_success.php
For the url notificacion I use this $GLOBALS['Linker']->build('checkout_process.php', [session_name() => session_id()]), but I suppose that is not the correct way to make this, what is the correct way?
And I don't know if is needed to pass the session on url to keep session when user come back from payment website to phoenixcart
If someone can help me, will be apreciated
Best regards