加上这个看看
<META HTTP-EQUIV="expires" CONTENT="0">

解决方案 »

  1.   

    CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each document that was negotiated on the basis of content. This asks proxy servers not to cache the document. Uncommenting the following line disables this behavior, and proxies will be allowed to cache the documents.檢查你httpd.conf中CacheNegotiatedDocs是否注釋了。
      

  2.   

    会不会跟设置cookie有关系??在该程序里有这么一句:
    if ($corpid !=""
    setcookie("ccorpid", $corpid);
    (两次访问该程序时带的参数即corpid都不一样,但第二次访问时出现的是第一次的页面)
      

  3.   

    不好意思,是:
    if ($corpid !="")
        setcookie("ccorpid", $corpid);