Re: [Phplib-users] Re: [Phplib-core] Re: cvs snapshot on sf.net
Brought to you by:
nhruby,
richardarcher
From: Joe S. <jo...@be...> - 2002-09-26 21:17:06
|
On Thu, Sep 26, 2002 at 12:11:28PM -0500, Joe Stewart wrote: > > > > > > >> maybe references to the session variables should be put into $_SESSION > > >> in Session::register as well, since $HTTP_SESSION_VARS and $_SESSION > > >> are not the same arrays. That would eliminate freeze in Session. I > > >> don't like that freeze idea :) > > > > JS> In practice this hasn't worked for me. I'd like to get rid of that ugly > > code in sess->>freeze too. It was just proof-of-concept. > > > > Okay, got this to work too with Gian's session4.inc.new with only one > small change. > Sorry to follow up my own post, but I was wrong. I can't make this work and I'm not going to spend a lot of time trying. It works as posted with the sess->freeze method. I'm still not understanding that the state would be saved with register_globals off by saving a variable to $_SESSION earlier in the script. > So, corresponding patches, etc will be updated accordingly. > done. Some modifications to the demo files was done too. Joe |