HTTP/1.1 Message gets printed on the web page

Hi,

I have a strange issue where users are seeing HTTP/1.1 header information printed on the homepage (after authentication) intermittently (this does not happen always) which is very annoying.

The message reads something like this:

“HTTP/1.1 200 OK Date… Content-type:xxx Content-length:xxx X-Cache:MISS from xyzcorp Keep-Alive timeout=90 max=97 Connection:Keep-Alive”

And the homepage doesn’t load properly. However when the F5 key (refresh) is pressed once or twice, the page loads properly.

There is not much of code apart from a couple of lines of javascript code in the onload() event of the homepage.

How do I get rid of this problem? Any ideas/suggestions would be much appreciated.

-Shiva