--- "Christopher R. Merlo" <cmerlo at turing.matcmp.ncc.edu> wrote: > I'm using $HTTP_SESSION_VARS to store all the session stuff I need, > and it works just fine until I call a function. Within just about any > function I call, the values stored in that array seem to disappear. Unlike $_SESSION, that's not a superglobal. Chris