Re: no_cache(1)

2015-09-09 Thread John Dunlap
Michel, if you go into your browser's network debugging console(usually CTRL+SHIFT+I in modern browsers) and look at the response headers for the ajax request, do you see a cache-control header? If so, what does it say? If you're seeing something similar to the following: Cache-control:no-cache t

Re: no_cache(1)

2015-09-09 Thread Michel Jansen
Hi Paul, You wrote: > Helle Michel, > > Are you calling $r->no_cache before any response data has been sent? Yes. Before setting the content type to text/html. > When you say the browser receives a '0' in the response, what do you mean > exactly? My Ajax responder sends some fields separate