Hi,

    I think what you want can (and should) be done with shared
    memory, ext/shmop . This way you exchange values as you want
    (it's not tied to sessions in anyway, btw).

    - Markus

On Sat, May 04, 2002 at 11:08:52AM +0200, Michael Virnstein wrote : 
> Hi!
> 
> What really would be useful for the session module,
> is a grouping mechanism for sessions, so i can set up
> variable scopes and share variables among different
> session:
> every session has private variables. that's the way it
> works now. i can register a variable to a session
> and there's no way to share them with other sessions
> with the standard php features. but what if i could set
> up session groups, each with a own set of local variables.
> i could register my session to the desired groups, and
> gain access to their local variables. I could set up as many
> session groups as I want to. This would be the most flexible
> solution imo.
> 
> Regards Michael
> 
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Mind if I MFH ?" "What QA did you do on it?" "the usual?" "ah... none :)"

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to