Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站需要根据用户的请求创建 PDF 报告。根据请求(我使用过 GET),我的 CGI 首先生成 PDF,然后我才将响应(连同 PDF)发送到浏览器。
在大量数据的情况下,PDF 生成需要大量时间,并且在几分钟没有响应后,页面就会过期。
我尝试使用“Expires”HTTP 响应,但没有奏效。
该站点可以部署在 IIS 或 Apache 上,并且只允许在 IE 7.0 或更高版本上查看。
任何帮助表示赞赏。
PS。