Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 85125 invoked from network); 28 Oct 2010 10:08:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 10:08:50 -0000 Received: (qmail 76813 invoked by uid 500); 28 Oct 2010 10:08:50 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 76757 invoked by uid 500); 28 Oct 2010 10:08:49 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 76745 invoked by uid 99); 28 Oct 2010 10:08:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 10:08:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mhilbe@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 10:08:43 +0000 Received: by wwb39 with SMTP id 39so1869891wwb.0 for ; Thu, 28 Oct 2010 03:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=wp46NiGukUFEHxYmsJ4OP66djEj2UcaDgCDS4Xr269o=; b=YObbhtPSxZ3YCS53N8c6httJvIGFB5AfEMwpEm0nEyOhx27XmSZDPgHUyPveK3anuy WiZaqXGr4w2LPH2rK1uDexrVYv9fWj//4Le4VuR712Wfc+Ys6b6fHGqFfk9pfumdejvb 7mCK4JZeDgdwQrRDKLm+izX/io4SOp0heLbcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kO5eDK9Kl7qTRSj0zK/MqqkylAi6GZIZGm2aUOdiTXU2KjeFhjkrQv1mEGWTX5LnHo 8H2ovlRZB916Fteo/ckLdIjDpuxoX97D2I8RZSt7YN5QU+40dstv85wszvE6OI8C8c2X HH6GCQcPI54pxvXYDukR1tbUyGzhURq2lebrQ= MIME-Version: 1.0 Received: by 10.216.23.199 with SMTP id v49mr240125wev.43.1288260501691; Thu, 28 Oct 2010 03:08:21 -0700 (PDT) Received: by 10.216.185.1 with HTTP; Thu, 28 Oct 2010 03:08:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 28 Oct 2010 19:08:21 +0900 Message-ID: Subject: Re: IE Cache problem with repeating Ajax Requests From: Marcus Hilbe To: clerezza-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 use unique urls, like a random string as a parameter, that works always. 2010/10/28 Tsuyoshi Ito : > Hi Reto > > I have tested our apps in IE and found out that requests are cached. > Especially ajax requests which returns JSON or RDF/JSON lead to > problems because the pages are not rendered correcty. What is an easy > way to set the request headers "Cache-Control":"no-cache" and > "Expires":"0" for html, json and rdf/json for IE in apache clerezza. > > Or are there any better solution than changing header for requests with IE? > > Thanks > > Cheers > TSuy >