[PHP] Mysql session handler?

2008-01-29 Thread Mike Yrabedra
Can anyone recommend a good php-mysql session handler class? I have found a lot of them, but they are all pretty old, pre-2005 -- Mike B^) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mysql session handler?

2008-01-29 Thread Chris
Mike Yrabedra wrote: Can anyone recommend a good php-mysql session handler class? http://www.php.net/manual/en/function.session-set-save-handler.php#79706 looks ok. -- Postgresql php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] MySQL session handler.

2003-06-25 Thread Duncan Hill
Greetings, I've been scouring Google, trying to find a working MySQL handler for the PHP session data. Many places point to the PEAR one out on sourceforge, but the last time it was worked on was 2001, and the notes state the author was waiting for testing to make sure it worked properly.

[PHP] mySql session handler

2003-01-30 Thread R'twick Niceorgaw
Hi all, Is it possible to setup a mysql session handler on a server basis ( something in php.ini file) so that individual pages do not have to set it up using call to session_set_save_handler() ? -R'twick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: