Tell browser not to cache supples by an HTTTP header.

This commit is contained in:
interp 2003-01-17 17:39:07 +00:00
parent b77a20674c
commit 92d760a1cd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#f
(time)
"text/html"
'()
'(("Cache-Control" . "no-cache"))
(make-writer-body writer-proc)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;