> So my question is...
>
> Is there a better way to call consecutive CGI scripts to avoid this problem
> or is there something that I am missing?
>
> Thanks for your help.
>
You could call the 2nd script directly from the 1st. I've done
this to call a choice of scripts from one form using multiple
submit buttons.
Just change a few of the environment variables e.g. SCRIPT_NAME,
QUERY_STRING, REQUEST_METHOD if necessary.
Also, this way the server doesn't get hit twice for the same request.
rob.