Hi All, First, I'm very new to PHP and feel quite lost. I'm trying to use a class that I took from a book, "Professional PHP5" which uses a database for session management and authentication. I'm using Firebird instead of the PostgreSQL that was used in the book so I modified the class accordingly and use the PEAR:DB classes.
I'm getting an error from the Zend IDE debugger about the write method defined for use by the session_set_save_handler, "Debug Error - Call to private method UserSession:_session_write_method() from contect''". The method only returns true and, as in the book, is defined as a private member. In a session handling class, do these methods used by session_set_save_handler have to be declared public? I'm using Apache 2, PHP5, and Firebird 1.5.2 on a Windows XP Pro box. Thanks for any help, Steve ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
