Hello,
i have the same problem with CSV files, and i just found the
solution on a PHP forum :

http://php3.de/manual/en/function.session-cache-limiter.php

Following their advice, i add the following parameters to the
response's headers :

 response.setHeader("Expires", "0");
 response.setHeader("Cache-Control", "must-revalidate, post-check=0,
pre-check=0");
 response.setHeader("Pragma", "public");

And it works....
But don't ask me to explain this!!!

Have a nice day



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to