* Thus wrote Jeff Stillwall ([EMAIL PROTECTED]):
> "Tom Rogers" wrote:
> 
> > Try passing a reference to the array like this
> > 
> > function setupUserEnv (&$userArray) {
> [snip]
> > }
> > 
> > Otherwise no idea at this point :)
> 
> I could give that a shot, but as I mentioned, if I var_dump($userArray) at
> the beginning of the function, I see that $userArray is populated correctly.
> Also, a var_dump($_SESSION) at the end of the function shows all of the
> session variables that I expect.  It's when I leave this function that
> certain $_SESSION vars disappear.

hmm..  phpversion?


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to