Do you have a simple repro? If not, what's the app_id and what's the URL
that you expect these headers to be present on?
On Saturday, 28 March 2015 00:21:54 UTC+11, Paul Canning wrote:
>
> I am getting serious caching issues with GAE PHP that I need to resolve.
>
> I have set headers in the PHP script to:
>
> $this->output->set_header("Cache-Control: no-store, no-cache,
> must-revalidate, max-age=0");
> $this->output->set_header("Pragma: no-cache");
> $this->output->set_header("Access-Control-Allow-Origin: *");
> (in CodeIgniter)
>
> And I have deployed the app, but I am getting an erroneous cached output
> when I hit the URL.
>
> My file changes simply are not being updated.
>
> How do I disable the cache for a module, or simply wipe the app engine
> cache?
>
> I really need my file changes to be reflected!
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/d2becd5b-8608-4b63-a4ff-402749e343df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.