Hi Guys,
 
Thanks for your prompt responses.  I found if I put the below at the top of
each page that needs to display the session data it works fine:
 
foreach($_REQUEST as $key=>$value) {
        $$key=$value;
};
 
Chris

Reply via email to