On Thu, Feb 16, 2006 at 12:37:14PM -0000, Dan Parry wrote: > Here is the complete code from the class... it's just a modified version of > that available from an article on the Zend site > > <? > > $ses_class = new session(); > ini_set("session.save_handler", "user"); You dont need to do this. session_set_save_handler() worries (if at all) about that. Curt. -- cat .signature: No such file or directory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php