My site requires creation of PDF reports based on user's request. Upon a request (I've used GET), my CGI generates the PDF first, only then I send the response (along with the PDF) to the browser.
In case of large amount of data, PDF generation takes significant time and after few minutes of no response, the page expires.
I tried using the "Expires" HTTP response, but it didn't work.
The site may be deployed on IIS or Apache & is allowed to be viewed only on IE 7.0 or above.
Any help is appreciated.
PS.