Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
AJAX (javascript) knows nothing about the browser cache, so cannot "reload" what the browser has cached
|
Are you sure Chris ?
Because, for me, it's still the browser that makes the request, and it should reuse it's cache if there is a local copy.
What can be the cause of this, though, is a specific configuration of the server.
Like, an "expire" header that is always set to now()-1, or an "etag" that is time based.
Those things can defeat a browser cache.
But for me Lynxus, the answer would be that if you don't manage the server where you make requests yourself, there is nothing you can do.
If the browser don't use the cache, then it means that the server sends headers telling the browser not to use cache, or that the cached version is expired.
__________________
Only a biker knows why a dog sticks his head out the window.
|