restore session data after payment
gaborm <[email protected]> 31 Jul 2003 09:32:40 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <5c1ef46a73ef6231cc2bf3dc3140927b@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=204945#204945 ---------------------------------------------------------------- I am about writing a bank gateway payment module. I'm looking for the proper way to restore the session information when the bank send me back the customer. Actually I finish always at the login page, because of the lost session ID (I think). I think I missed something, 'cos reviewing the in-built payment modules (ipayment, authorizenet) they also refer the relay/redirect/return URL as is, so without any session ID parameter, and even I can not give any URL parameter in the returning URL data field I have to send to the bank gateway. So please light me up how to manage the returning cutomer at the checkout_process stage of the checkout. Thank you in advance any help/tips.