Re: [Phplib-users] Cookies question
Brought to you by:
nhruby,
richardarcher
From: nathan r. h. <na...@ds...> - 2001-10-01 16:05:56
|
This has been covered here before. Essentially you can't do what you want with cookies becasue of the design of cookies. Look back in the MARC archives (http://marc.theaimsgroup.com/) and do a search for the discssion (try "cookie ssl" or "cookie multiple domian cart"), the end solution was to pass along some data in a get string to get the other server to access the same data directly from the seesion (requred both mchines to have accedd to the MySQL data store). -n On Mon, 1 Oct 2001, Mauricio Cuenca wrote: > Hello, > > I developed a small Shopping Cart using PHPLib 7.2c and PHP 3.x. Now we > required the final process of the Cart to be processed over an SSL > Connection with a different domain name. > > My question is how can I preserve the cookies from one domain to another ? > How can I set cookies for both domains each time a cookie is set ? > > I tried appending the session ID to each one of the URLs in the site, but > this does not work. > > TIA, > > _____________________ > Mauricio Cuenca > mc...@Te... > > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digital statement na...@ds... http://www.dstatement.com/ Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |