Re: [PHP] Re: ending a session

2004-11-20 Thread Hans J.J. Prins
Thanks! "Jeffery Fernandez" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Greg Donald wrote: > > >On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote: > > > > > >>PHP attached to different Apaches can't share sessions, AFAIK. You'll > >>need to make sure it's

Re: [PHP] Re: ending a session

2004-11-20 Thread Jeffery Fernandez
Greg Donald wrote: On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote: PHP attached to different Apaches can't share sessions, AFAIK. You'll need to make sure it's the same copy of Apache, listening on both ports The simplest solution is to use database managed PHP sess

Re: [PHP] Re: ending a session

2004-11-20 Thread Greg Donald
On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote: > PHP attached to different Apaches can't share sessions, AFAIK. You'll > need to make sure it's the same copy of Apache, listening on both ports The simplest solution is to use database managed PHP sessions, passing the sess