I tried that and it works... but..

if the session isn't started then the hash isn't created..
and there isn't a way to start it, is there?
I would like it so i don't have to use
call_user_function(); 

I still think the session extension would make a nice api.


- Brad

--- Yasuo Ohgaki <[EMAIL PROTECTED]> wrote:
> 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]
> 


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

-- 
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]

Reply via email to