Brad Lafountain wrote: > I was wondering if the session module would export > some of it's functions so that other extensions could > use the session module directly. > In my extension I would like to register a session variable > with out using call_user_function. > > Does anyone else think so? > - Brad >
Just like other data, you can access $_SESSION hash directly and don't need to use session module functions to resigster a session var. -- Yasuo Ohgaki -- 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]