iOS6 Safari error with cache - Problem fixed

Publicado el 08-11-2012

With iOS6 Safari is using cache in AJAX queries.

To fix this issue and disable cache just add this instruction in your JS code:

$.ajaxSetup({
    type: 'POST',
    headers: { "cache-control": "no-cache" }
});

It should work. Other solutions in this post:

http://proogresa.es/blog/52-algoritmos/202-error-cache-flexigrid-ios6-no-refresh-data.html

Categorías: Algoritmos

Comparte este artículo

https://proogresa.es/blog/52-algoritmos/203-ios6-safari-error-with-cache-problem-fixed
contacto

Web Project & Online Marketing Proogresa S.L. © 2024 | Condiciones Legales | Política de Privacidad | Política de Cookies | Mapa del Sitio HTML , XML | Compliance


Clica AQUÍ para más información. Puedes aceptar todas las cookies pulsando el botón "ACEPTAR" o rechazar todas las cookies pulsando en el botón "RECHAZAR". También puedes configurar su uso clicando AQUÍ.