
19 Jun
2009
19 Jun
'09
11:24 p.m.
On Fri, Jun 19, 2009 at 2:22 PM, Nicolas Neuss<neuss@math.uni-karlsruhe.de> wrote:
Since this reminds me of problems I once had (and which I "solved" by saving a PDF file and serving it with HANDLE-STATIC-FILE):
How can one make sure that no "no-cache" header is sent?
By not sending it... :) Seriously, if you don't send it explicitly (e.g. by calling the NO-CACHE convenience function), Hunchentoot won't send it behind your back. Edi.