The 'nocookies' error page is no longer needed
[citadel.git] / webcit / context_loop.c
index e4cc7c4313a3120981604c887ca9addc7a3d80dd..26f6505f3f41f5c94e3721350390d3e2b72e8acc 100644 (file)
@@ -579,10 +579,16 @@ void context_loop(ParsedHttpHdrs *Hdr)
                                OverrideRequest(Hdr, HKEY("GET /401 HTTP/1.0"));
                                Hdr->HR.prohibit_caching = 1;                           
                        }
+
+                       /*
+                        * I don't think we need this anymore now that guest mode is working
+                        * ajc 2011jan07
+                        *
                        else {
                                OverrideRequest(Hdr, HKEY("GET /static/nocookies.html?force_close_session=yes HTTP/1.0"));
                                Hdr->HR.prohibit_caching = 1;
                        }
+                        */
                }
                
                if (StrLength(Hdr->c_language) > 0) {