ID: 6380
Updated by: jan
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System:
PHP Version: 4.0 Latest CVS (27/08/2000)
New Comment:
this is possible using
session_set_save_handler(array('class'=>'method'),...);
or do I misunderstand the problem here?
Previous Comments:
------------------------------------------------------------------------
[2000-08-27 14:32:53] [EMAIL PROTECTED]
It would be nice (for encapsulation purposes) to allow user-defined
session handlers to be implemented as class methods, either through the
established array($this, "foo") syntax or via a session_set_object()
function.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=6380&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]