Re: no_cache(1)
Paul Silevitch <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAEK7ryiqi5pdc9sQgFJCoJAN-DA-Aop9=V3W9yGe-z2mR7LJFg@mail.gmail.com> |
Hello Michel, Are you calling $r->no_cache before any response data has been sent? When you say the browser receives a '0' in the response, what do you mean exactly? Thanks, Paul On Mon, Sep 7, 2015 at 4:15 PM, Michel Jansen <[email protected]> wrote: > if i add $r->no_cache(1) to an ajax responder perl script the browser > receives a 0 in the response, what am i doing wrong? > > > Regards, > > Michel >