It is. I am looking at it now. There may actually be a problem. $foo is set to foobar, but the session stays at "bar" if $foo is set via parse_str(). Something funky in the session code. parse_str() is working just fine.
-Rasmus On Mon, 4 Mar 2002, Markus Fischer wrote: > On Mon, Mar 04, 2002 at 09:21:26AM +0100, Thomas Wentzel wrote : > > And Markus - thanks, but I tried to subsitute parse_str($QUERY_STRING) > > with parse_str("foo=foobar") which also didn't set my session var, foo > > So that is not the problem either! > > Ah! I now see what you mean! > > Have you double checked that, after parse_str(), $foo is set > to foobar ? > > -- > Please always Cc to me when replying to me on the lists. > GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php