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/8ad5ef26-1996-4201-94ef-0fe045b5e379%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to