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
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
[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
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