Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session is lost after callback from credit card processor


smeagul

Recommended Posts

If a customer want to pay with credit card, he is directed to an external url where he put in his credit card number and after verifying the data, customer is redirected to the shop.

 

My problem is, that the user is forced to login again. It seems that the session is gone.

 

How can I save the session ?

There is the possility to send some data to the cc-processor and he sent this data back with is acknowledgement

of paying.

I thought, I put the session id into this data-packet and when I get the answer I took this Id back and I have my session. But I don't know where I have to put this session id.

Have I to put it in $HTTP_POST_VARS or in $HTTP_GET_VARS or .... ?

 

I really don't know, help iss welcome.

 

Regards

 

Manfred

Link to comment
Share on other sites

Try including the session ID in the return URL that's sent to the processor. (Most likely have to go into the code to do that)

Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...