X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwho.c;h=05c22ba0c478ceb6441a4004fd3c65007bfeb89a;hb=0f38bf6aaa60e1c1cd9f57cf076fb98deba5e7ca;hp=bc8c567b9d09ca285565920bdcaab872420d3869;hpb=15f40ad964c35ddb0bd680317a15652b130c2c46;p=citadel.git diff --git a/webcit/who.c b/webcit/who.c index bc8c567b9..05c22ba0c 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -133,7 +133,7 @@ void who_inner_html(void) { "Server: %s\r\n" "Connection: close\r\n" "Pragma: no-cache\r\n" - "Cache-Control: no-store, no-cache, must-revalidate\r\n", + "Cache-Control: no-cache\r\n", SERVER); begin_burst(); @@ -196,12 +196,14 @@ void who(void) * * * setInterval() makes it auto-run this code every 30,000 milliseconds (30 seconds) * - * FIXME b0rken IE is still caching it + * The random number parameter forces b0rken MSIE to fetch a new page instead of going to + * its cache, even though it's been specifically told not to cache. + * */ wprintf( " \n" ); wDumpContent(1);