Date: 12/04/00
- Next message: R.B. Scholtus: "Re: [phplib-dev] custom session save handler"
- Previous message: Sascha Schumann: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessions implementation: the code"
- In reply to: Sascha Schumann: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessions implementation: the code"
- Next in thread: Max Derkachev: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessionsimplementation: the code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: R.B. Scholtus: "Re: [phplib-dev] custom session save handler"
- Previous message: Sascha Schumann: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessions implementation: the code"
- In reply to: Sascha Schumann: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessions implementation: the code"
- Next in thread: Max Derkachev: "Re: [phplib-dev] Re: [phplib] PHPlib session using PHP4 sessionsimplementation: the code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

