I have a website that if running on a mobile device such as Android table or more importantly Kindle Fire, if goes into a wifi scenario where the connection is not too good, it times out randomly. The site has a jquery ajax keep alive but it uses the root domain url to do this, and what seems to be happening is that the Kindle times out trying to re-do the current page url.
Can anyone suggest how to for the aspx website that uses a masterpage, upon keep alive, to do its reload from cache and not a full url reload, as the full reload seems to be the issue.
I have tried the google offered options, and I know how to check for the device (i.e. is the site desktop/laptop or mobile device), but not how to make the Kindle browser use cache but a kept alive url).