RE: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread dash php
er 18, 2002 7:29 AM To: 'Luis Ferro'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] SESSIONS- clustered environment What if I made a network share and all the sessions were stored in a shared space? Matt Babineau MCWD / CCFD - e: [EMAIL PROTECTED] p: 603.9

Re: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread Luis Ferro
nesday, September 18, 2002 5:49 AM >To: [EMAIL PROTECTED] >Subject: Re: [PHP-WIN] SESSIONS- clustered environment > > >You have two solutions (IMHO): > >a) Database storage > >Replacement of the session_init and session_save/register functions >with others th

RE: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread Matt Babineau
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 5:49 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] SESSIONS- clustered environment You have two solutions (IMHO): a) Database storage Replacement of the session_init and session_save/register functions with others that will

Re: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread Luis Ferro
You have two solutions (IMHO): a) Database storage Replacement of the session_init and session_save/register functions with others that will save/load the sessions from a database storage. Pros: easy to implement Cons: dependency of the database storage reliability, scalability pr