Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessions implementation: the code From: Sascha Schumann (sascha <email protected>)
Date: 12/04/00

> Just change "func_name" for each function entry to
> array("object_name", "method_name") in the
> session_set_save_handler call.

    This syntax is used so seldomly that is often confused. The
    right way to specify an object is to use array($object,
    "method_name").

    - Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>