![]() |
[Ask] How to pass cart content to other site in different domain? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [Ask] How to pass cart content to other site in different domain? (/showthread.php?tid=59748) |
[Ask] How to pass cart content to other site in different domain? - El Forum - 11-12-2013 [eluser]Unknown[/eluser] I have two identical CI website, say site A and site B. For some reasons, I need to pass the cart content from site A to site B. I found that the cart will be empty when the site A redirected to site B. I believe that it has something to do with the session, but I don't have any idea how to fix it. Is it possible to use original cart library provided by CI? Can anyone give me a clue how to do it? Thank you. |