Re: [EMAIL PROTECTED] Keep session variables alive

2008-10-11 Thread Cassiel
thank you justin and tom, I solved putting the websites under the same domain and adjusting the php code. regards r 2008/10/10 Tom Evans <[EMAIL PROTECTED]> > On Fri, 2008-10-03 at 09:11 -0500, Justin Pasher wrote: > > Cassiel wrote: > > > Hi you all, > > > > > > I would like to keep session v

Re: [EMAIL PROTECTED] Keep session variables alive

2008-10-10 Thread Tom Evans
On Fri, 2008-10-03 at 09:11 -0500, Justin Pasher wrote: > Cassiel wrote: > > Hi you all, > > > > I would like to keep session variables alive, between two PHP coded > > website, currently two virtual hosts. > > This is in order to let users login from the main one and then switch > > between the

Re: [EMAIL PROTECTED] Keep session variables alive

2008-10-03 Thread Justin Pasher
Cassiel wrote: Hi you all, I would like to keep session variables alive, between two PHP coded website, currently two virtual hosts. This is in order to let users login from the main one and then switch between the twos without loosing $_SESSION info. Any suggestion is appreciated. regards

[EMAIL PROTECTED] Keep session variables alive

2008-10-03 Thread Cassiel
Hi you all, I would like to keep session variables alive, between two PHP coded website, currently two virtual hosts. This is in order to let users login from the main one and then switch between the twos without loosing $_SESSION info. Any suggestion is appreciated. regards raffaele