Re: [phpwslistings-dev] release 0.2.0?
Brought to you by:
rizzo,
wendall911
From: Don S. <do...@se...> - 2003-04-24 20:20:20
|
Steven recommended just unsetting the session var like unset($_SESSION["SES_LISTINGS_MANAGER"]); and leaving it. Then the index.php will create a new session after the page from the update is loaded. I'm going to try that out later. Don. On Thu, 24 Apr 2003 ad...@tu... wrote: > Hey fellas. Sorry I've been so quiet lately. I've been dealing with > taking a class and doing some pretty intense coding for the university. I > should be more active once summer time comes around. > > Anyway, I saw your post on the dev list and what you did should have > worked. Another method you might want to try is using the phpws core > function killSession($sessionName). It basically just does what you did > by hand in your update.php script but it may be worth a try. In my own > code when I reinitialize any session I do something like this: > > $_SESSION["MyManager"] = new MyManager; > > I hope some of that helps. > > Adam > > > Well I'm squared away except for the manager reloading thing that I posted > > to the phpws dev list about tonight. We'll see if any better solutions > > come up. > > > > I'll release 0.2.0 RC 2 for now to keep up in the spirit of "release > > early. release often.". > > > > Don. > > > > On Wed, 23 Apr 2003, Don Seiler wrote: > > > >> I'm going to test the update script also first a couple of times, using > >> the sqldump from the demo site. > >> > >> I'll let you guys know when it's close. > >> > >> Don. > >> > >> On Wed, 23 Apr 2003, Mike Windsor wrote: > >> > >> > Don, > >> > Sounds good to me. I don't have a lot of time to test but I'm sure if > >> it > >> > works for you it will be fine. > >> > Make it 2.0 > >> > > >> > > >> > Mike > >> > > >> > > >> > ----- Original Message ----- > >> > From: "Don Seiler" <do...@se...> > >> > To: "phpwslistings dev krew" > >> > <php...@li...> > >> > Sent: Wednesday, April 23, 2003 1:03 AM > >> > Subject: Re: [phpwslistings-dev] release 0.2.0? > >> > > >> > > >> > > "Oww, sure is quiet in here today." > >> > > "Yes, a little too quiet if you know what I mean." > >> > > "Hmm, I'm afraid I don't." > >> > > "You see, bees usually make a lot of noise. No noise suggests no > >> bees." > >> > > "Oh, I understand now. Oh look, there goes one. " > >> > > "To the beemobile!" > >> > > "You mean your Chevy?" > >> > > "Yes" > >> > > > >> > > I've committed the changes I talked about in my earlier emails. I > >> closed > >> > > out all the bugs except one which I can't duplicate but the > >> submitter > >> > > seems reliable so I want to make sure. After I do should we release > >> 0.2.0 > >> > > final or go with an RC2? > >> > > > >> > > Don. > >> > > > >> > > > >> > > ------------------------------------------------------- > >> > > This sf.net email is sponsored by:ThinkGeek > >> > > Welcome to geek heaven. > >> > > http://thinkgeek.com/sf > >> > > _______________________________________________ > >> > > phpwslistings-developers mailing list > >> > > php...@li... > >> > > https://lists.sourceforge.net/lists/listinfo/phpwslistings-developers > >> > > > >> > > > >> > > >> > > >> > > >> > > >> > > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> phpwslistings-developers mailing list > >> php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwslistings-developers > >> > >> > >> > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > phpwslistings-developers mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwslistings-developers > > > > > |