[phplib] multiple session implementation From: giancarlo <email protected>
Date: 11/07/00

hi,
At first I had only phplib, then I added phpSlash, which ecompasses its
own implementation of phplib (phpSlash), then Horde, wich again has its
own implementation of phplib (HordeSession).

Up to now I went into the source and changed all occurences of
'phpSlash' and 'HordeSession' to my name eg 'My_Session'

Could I have done it differently?
Can I write

HordeSession extends My_Session
        {
        var $cookiename="My_Session";
        }
 
and from then on continue to use seamelessly

page_open(array('sess' => 'HordeSession'));

leaving the source of the Horde, phpSlash packages intact?

Gian

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