From 141fe4e1c0996cb150b829de3728de32aca9e0f9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 7 Jan 2011 12:13:49 -0500 Subject: [PATCH] The 'nocookies' error page is no longer needed --- webcit/context_loop.c | 6 ++++++ 1 file changed, 6 insertions(+) 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) { -- 2.30.2