[PHP] Sessions and Load Balancing

2002-04-25 Thread Uijlenbroek, Maurice

Dear group,


My hosting provider is using Load Balancing (4 servers, Apache 1.13.20 / PHP
4.1.2).

I started the developing of a site with the idea of using sessions.
Can I continue using sessions when I point the session_save_path to a
directory on my domein? Or do I run into problems? I thought that the SID
returned to every browser (client), so when I store the session on my
domein, every server can find the ID, right?

Please respond to my emailaddress directly
([EMAIL PROTECTED]).

Thanks in advance!


Maurice Uijlenbroek



RE: [PHP] Sessions and Load Balancing

2002-04-25 Thread David Piasecki

We use sessions on one of our extremely large (read: may load balanced
servers). Our solution is to store session data in the database. See the
following:

http://www.php.net/session-set-save-handler


David Piasecki


-Original Message-
From: Uijlenbroek, Maurice
[mailto:[EMAIL PROTECTED]] 
Sent: Thursday, April 25, 2002 5:43 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP] Sessions and Load Balancing

Dear group,


My hosting provider is using Load Balancing (4 servers, Apache 1.13.20 /
PHP
4.1.2).

I started the developing of a site with the idea of using sessions.
Can I continue using sessions when I point the session_save_path to a
directory on my domein? Or do I run into problems? I thought that the
SID
returned to every browser (client), so when I store the session on my
domein, every server can find the ID, right?

Please respond to my emailaddress directly
([EMAIL PROTECTED]).

Thanks in advance!


Maurice Uijlenbroek


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php