Re: [SM-USERS] Using session_set_save_handler()

2005-08-24 Thread Tomas Kuliavas
> On 8/23/05, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: >> > Hi >> > >> > I want a central session storage for all SquirrelMail Servers and >> > tried using a MySQL database and the PHP Class from this address: >> > http://www.zend.com/zend/spotlight/code-gallery-wade8.php >> > >> > Further, I use:

Re: [SM-USERS] Using session_set_save_handler()

2005-08-23 Thread Benjamin Stocker
On 8/23/05, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: > > Hi > > > > I want a central session storage for all SquirrelMail Servers and > > tried using a MySQL database and the PHP Class from this address: > > http://www.zend.com/zend/spotlight/code-gallery-wade8.php > > > > Further, I use: > > -

Re: [SM-USERS] Using session_set_save_handler()

2005-08-23 Thread Tomas Kuliavas
> Hi > > I want a central session storage for all SquirrelMail Servers and > tried using a MySQL database and the PHP Class from this address: > http://www.zend.com/zend/spotlight/code-gallery-wade8.php > > Further, I use: > - SquirrelMail 1.4.5 > - Apache 2.0.54 > - PHP 4.4.0 > > To activate

[SM-USERS] Using session_set_save_handler()

2005-08-23 Thread Benjamin Stocker
Hi I want a central session storage for all SquirrelMail Servers and tried using a MySQL database and the PHP Class from this address: http://www.zend.com/zend/spotlight/code-gallery-wade8.php Further, I use: - SquirrelMail 1.4.5 - Apache 2.0.54 - PHP 4.4.0 To activate the new session ha