I went back and looked at my cookies information. 1-dot-myapp.appspot.com only has a _ga cookie, the entry for myapp.appspot.com has 3 cookie values: application cache, ACID, and _ga. I was surprised that 1-dot-myapp.appspot.com did not have an application cache value in the cookie. So now I guess my question is. How can I force the application cache to renew as desired. I was under the impression that I could add a version to the manifest or do something along those lines to cause the cache to be updated upon deploy. This didn't seem to work for me. Any suggestions? thanks
On Monday, August 11, 2014 6:07:08 PM UTC-7, Brian Hardy wrote: > > > Hello, > > I have a Java based web application running on google appengine that > depends on data in the datastore. When I update this backend data and > deploy. I can see the data change immediately if I access the url > 1-dot-myapp.appspot.com. I cannot get the default version of the url ( > myapp.appspot.com) to update on another device unless I access the full > specific version of the url. > > How can I force the default version of the application to update on > deployment? > > Thank you > -- 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. For more options, visit https://groups.google.com/d/optout.
