From: Art Cancro Date: Fri, 7 Jan 2011 17:13:49 +0000 (-0500) Subject: The 'nocookies' error page is no longer needed X-Git-Tag: v8.11~927 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=141fe4e1c0996cb150b829de3728de32aca9e0f9 The 'nocookies' error page is no longer needed --- diff --git a/webcit/context_loop.c b/webcit/context_loop.c index e4cc7c431..26f6505f3 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -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) {