Re[2]: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Tom Rogers
Hi, Saturday, July 31, 2004, 7:34:08 AM, you wrote: RGG> On Fri, 30 Jul 2004, Tom Rogers wrote: RGG> how reliable msession is?. I'm interested on it too. RGG> Regards. I have been using it for several years now as my default session handler and it has never once failed me, so I would say from my

Re: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Rodolfo Gonzalez Gonzalez
On Fri, 30 Jul 2004, Tom Rogers wrote: > RD> I'm in the process of building an application that has an adminstration > RD> back-end shared by multiple sites. I need to maintain a persistent session > > msession is designed for just this purpose how reliable msession is?. I'm interested on it too

Re[2]: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Tom Rogers
Hi, Saturday, July 31, 2004, 12:12:26 AM, you wrote: RD> Does msession work with php5? RD> ron I have no idea :-) -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Ron Dyck
> RD> I'm in the process of building an application that has an adminstration > RD> back-end shared by multiple sites. I need to maintain a persistent session > RD> across these sites to properly identify users. I'm using a db to store the > RD> session data but when switching from site to site, a

Re: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Tom Rogers
Hi, Friday, July 30, 2004, 11:31:07 PM, you wrote: RD> I'm in the process of building an application that has an adminstration RD> back-end shared by multiple sites. I need to maintain a persistent session RD> across these sites to properly identify users. I'm using a db to store the RD> session d

Re: [PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Matt M.
> I'm in the process of building an application that has an adminstration > back-end shared by multiple sites. I need to maintain a persistent session > across these sites to properly identify users. I'm using a db to store the > session data but when switching from site to site, a new session_id i

[PHP] Maintaining sessions across multiple sites

2004-07-30 Thread Ron Dyck
I'm in the process of building an application that has an adminstration back-end shared by multiple sites. I need to maintain a persistent session across these sites to properly identify users. I'm using a db to store the session data but when switching from site to site, a new session_id is starte