X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=26f6505f3f41f5c94e3721350390d3e2b72e8acc;hb=141fe4e1c0996cb150b829de3728de32aca9e0f9;hp=e4cc7c4313a3120981604c887ca9addc7a3d80dd;hpb=8d5bb0b7d801a9fe8a237da3d4ad231c602f9746;p=citadel.git 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) {