On Mon, 10 Feb 2003, Stephen Thorne wrote: > Just a thought - have you tried passing $hnd by reference? > > array(&$hnd, "open_session")
no, but my example is get from session/tests/003.phpt So if the original example/test is wrong... > Otherwise when you try and set state in the class for it to be accessed > elsewhere, it won't work because you've got (in this case) 6 distinct copies > of the class used in handlers, and presumably a 7th (the original) that > you're using in your code. > > Regards, > Stephen Thorne. tnx... bye -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php