Hello all,
My PHP script produce an intermittent CGI error. The sequence of events is:
1- User load page A to login
2- Submit page A redirect (with the PHP funciton header("Locatio n:
http://www.mydomaine.c om/mydir/b.php") to page B.
3- About 20% of the time I got the error:
"The specified CGI application misbehaved by not returning a complete set of
HTTP headers."
4- "Refresh" afterward shows the page without error.
I tried to find a difference between a correctly loaded page B and one that
generate an error and I cannot find one. It realy doesn't seem to be linked
to the sequence of action the user is doing.
Anybody can help about it? Any idea or suggestion?
Thanks.
Yannick
My PHP script produce an intermittent CGI error. The sequence of events is:
1- User load page A to login
2- Submit page A redirect (with the PHP funciton header("Locatio n:
http://www.mydomaine.c om/mydir/b.php") to page B.
3- About 20% of the time I got the error:
"The specified CGI application misbehaved by not returning a complete set of
HTTP headers."
4- "Refresh" afterward shows the page without error.
I tried to find a difference between a correctly loaded page B and one that
generate an error and I cannot find one. It realy doesn't seem to be linked
to the sequence of action the user is doing.
Anybody can help about it? Any idea or suggestion?
Thanks.
Yannick
Comment