Why don't you try without the session renaming stuff?
Plus - you seem to insert global statements wherever you want. Are the
pieces of this code in different functions? Why not put all the globals
at the top of each function they are needed in to be sure you got them
all? And be sure you have error checking turned on (once again) so that
you can see if there are missing ones perhaps.
And lastly - what do you mean by "not propagating"? Not showing up in a
subsequent script or execution?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php