I ran into a problem which I can't find the solution to. I have a page where a user logs on, and selects one of two choices. Depending of the choice, he's redirected (via header ("location:")), but the page he ends up on doesn't have the user/password variables sat, since they get lost in the http redircect.
How can I get a variable to be 'global' (I think there was some global session thingies to use, but I can't find them in the manual...)?