* make the cookie failure page non-cacheable.
[citadel.git] / webcit / tcp_sockets.c
index aeafad4e563e34c1d09878fa2c976fb869028930..282e2f534a238cce232ddb0dc759d88a1d6b6cf4 100644 (file)
@@ -595,6 +595,8 @@ long end_burst(void)
                hprintf("Content-encoding: gzip\r\n");
        }
 
+       if (WCC->Hdr->HR.prohibit_caching)
+               hprintf("Pragma: no-cache\r\nCache-Control: no-store\r\nExpires:-1\r\n");
        hprintf("Content-length: %d\r\n\r\n", StrLength(WCC->WBuf));
 
        ptr = ChrPtr(WCC->HBuf);