[PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Baumann Reto
Is it possible to have sessions (via cookie) on a load balanced environment? Therefore having www1.test.com and www2.test.com and share the same sessions? The systems can access the same file-system, but it seems that the session is not passed. Could this have something to do with

RE: [PHP] Load Balancing and PHP Sessions

2002-04-25 Thread Dan Harrington
Couldn't you store the session information on disk using sessions.save on an NFS volume that is shared between machines? Dan -Original Message- From: Baumann Reto [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 3:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Load Balancing