"Jeffrey W. Baker" wrote:
> 
> On my sites I use a central database for storing the session objects, and
> all of the https servers access this central resource.  Obviously if it
> goes down, everything is toast, but the same can be said of the database
> that stores all of the customer information, etc.
> 
> -jwb

Are you using Apache::ASP to generate sessions?  

Has anyone tried using Tie::DBI to store Apache::ASP sessions in a db? 
That might solve problems with NFS sharing issues, though it might also
bog things down.

Dan

Reply via email to