Re: [Phplib-users] objects in session variables
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@of...> - 2001-12-07 18:01:39
|
> i have a feeling that one can't store objects in session variables, > however i am unable to confirm this. The documentation is not online > (does anyone have a copy of the old one which they can send to me?) > anymore, so i can't look it up. There's a copy of the documentation in SGML in CVS and in HTML in the releases (e.g. phplib-7.2d/doc/). What is stored in session the object name and class name (this is why the PHPLib classes all have $classname) that will be re-created on subsequent pages. Layne Weathers Ifworld Inc. |