Re: [PHP] sessions and domains

2003-05-29 Thread CPT John W. Holmes
.SID.'">Link to other domain'; SID is a constant. ---John Holmes... - Original Message - From: "Steven Kallstrom" <[EMAIL PROTECTED]> To: "'bk'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 9:47 AM S

RE: [PHP] sessions and domains

2003-05-28 Thread Steven Kallstrom
would take those variables and make them session variables in the new domain... SJK > -Original Message- > From: bk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 5:35 AM > To: [EMAIL PROTECTED] > Subject: [PHP] sessions and domains > > Hi > > I've

Re: [PHP] sessions and domains

2003-05-28 Thread David Grant
bk wrote: I've to set up a shared shopping cart to buy items from four different sites and pay them at once passing trough a single checkout. Provided that these sites are hosted on the same server (actually in the same directory), but have different names, is it possible to share php sessions acr

[PHP] sessions and domains

2003-05-28 Thread bk
Hi I've to set up a shared shopping cart to buy items from four different sites and pay them at once passing trough a single checkout. Provided that these sites are hosted on the same server (actually in the same directory), but have different names, is it possible to share php sessions across m