[PHP] default php sessions in a database

2003-02-11 Thread Robin Mordasiewicz
Is there a way to configure php to use a database for sessions rather than a text file. I have a server farm and want the session files to be accessible to all machines in the cluster. I can have the session file on nfs but I am worried about file locking. I have read tutorials on how to set

Re: [PHP] default php sessions in a database

2003-02-11 Thread Tom Rogers
Hi, Wednesday, February 12, 2003, 1:34:49 PM, you wrote: RM Is there a way to configure php to use a database for sessions rather than RM a text file. RM I have a server farm and want the session files to be accessible to all RM machines in the cluster. I can have the session file on nfs but I am

Re: [PHP] default php sessions in a database

2003-02-11 Thread Chris Wesley
On Tue, 11 Feb 2003, Robin Mordasiewicz wrote: Is there a way to configure php to use a database for sessions rather than a text file. I have a server farm and want the session files to be accessible to all machines in the cluster. I can have the session file on nfs but I am worried about