Jump to content

[SOLVED] Sessions between two URL's


robgood

Recommended Posts

just tried it and it didn't work....I mean between two different websites (www.mywebsite1.com and www.my-secure-payment-page-on-another-url.com)?  Want to pass the contents of the basket to this page.  Obviously easier to do in a sessions rather than sending in a hidden form field?

 

Basically, it's is my webhosts shared secured ssl page.

 

Thanks for your help.

Just in case anyone else finds this post and has the same problem

 

I used impolde() on array and passed in form and then explode() to change back into array on receiving page.

 

Use serialize() and unserialize() for multidimensional arrays.

 

good link here - http://www.faqts.com/knowledge_base/view.phtml/aid/119

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.