Browser caches are an instance of the optimization mechanism known as a cache. There is an HTML5 specification for a browser cache mechanism called Appcache.
0
votes
1answer
12 views
Do browsers cache markup generated on the client-side via javascript?
I have a java-script code that allows the user to insert or create some Markup content that gets displayed but the problem is that once the markup gets created , if the user wishes to change something ...
0
votes
1answer
23 views
How can I prevent a part of my html page from being cached in the browser?
I have been troubled with all the browsers not being able to re-parse some markup language that is being generated via java-script.So the idea is to test getting the reference to the cache of the ...
0
votes
0answers
10 views
Caching issues on in-app web browser of iPhone5?
I have a jquery mobile web page. I open this page through an iOS application with in-app web browser. The page shows a few checkboxes. From the back end i can change which checkboxes are checked and ...
0
votes
0answers
4 views
Why is my cache manifest prompting for permissions to store date for offline use when caching is disabled?
My manifest is as follows:
CACHE MANIFEST
CACHE
NETWORK
*
Why is this causing my browser to give me the prompt:
"This web site is asking to store data on your computer for offline use."
...
0
votes
1answer
11 views
Forcing cache refresh after modifying head.js javascript calls?
I am using head.js and using the below file to initiate the javascript file calls:
<script src="/scripts/load.js" type="text/javascript"></script>
In the load.js file I have the ...
0
votes
0answers
8 views
Security ID showing up differently on different internal sites
We have an internal website that is load balanced to three different webapp servers, so it has 3 site address, site1.work.com, site2.work.com etc. Each site uses windows authentication. One user was ...
0
votes
1answer
17 views
How can I make my web page not auto refreshing when comming back using back button?
I am developing a web page and I am testing it using httpd web server and Firefox. That page is a simple serach engine - providing key words and relevant items will be displayed using AJAX.
My ...
0
votes
0answers
6 views
HTTP: Send images as response to save them in browser cache without showing them to the user
I have several questions:
Can I send more than one image per request (I guess not)?
And how do I tell the browser to cache the sent image event if it hasn't been showed in the DOM yet?
Reason is ...
0
votes
0answers
30 views
BFcache disabled by unload events (Back-Forward cache)
(Note: FireFox only)
The Back-Forward cache is a caching system in firefox that runs when the back button is clicked. It will then simply use the DOM from the previous page that is in it's cache ...
1
vote
0answers
8 views
JWPlayer starts playing New audio stream after 30 second of old song play in new browser instance
We are using JWPlayer to play a radio stream for a online radio. The Problem is as follows:
When a Audio is played for some time say 10 to 15 mins and then browser is closed, when the same URL is ...
0
votes
0answers
31 views
cache populates wrong checkboxs in jQuery datatable MVC
My mvc view has a table using .datatable . Each row has many columns, name ... and a checkbox. if I sort the table by another column than the original name then navigate away then press back, the ...
1
vote
0answers
14 views
Chrome and Firefox caching a 403
I've got a weird bug and wondered if anyone else can think of a cause.
Scenario: -
User tries to access restricted content, gets a turn away page with 403 status code
User logs in
User tries to ...
0
votes
0answers
7 views
Force browser to cache URL with arguments
I wrote a web server that serves JPEG images in response to requests that give an image identifiers as a URL argument, for example:
https://somehost.com/MyServer/MyServer.dll?GetImage&158 (will ...
0
votes
0answers
15 views
Deleting cache for example site
I made a small player for internet radio but if I long listening a stream - web pages loadings very long. I check this via 'Firebug' and it's a stream cache.
Any idea, how to delete cache using PHP, ...
0
votes
1answer
25 views
Pdf files are not getting updated after docusign
We are using Embedded signing of DocuSign REST API to e-sign files.To sign a file, we upload the required file to our web app and then display it a viewer in the browser. This file can be signed ...
0
votes
2answers
19 views
client side caching happening despite version in url
We seems to be having an issue with a css file caching on the client. I generally stop this from causing issue by adding a version number to the file, i.e.
<link href="Default.css?4.31.0.17051" ...
0
votes
1answer
26 views
Jquery mobile cache issues with video tag
I have created a mobile web site using Jquery Mobile and applying the multipage template.
I have an issue while going to a page which displays a video thanks to the html5 video tag.
This video can be ...
0
votes
1answer
25 views
How to keep the browser from requesting a file for a second time
I'm working on a web site, once finished the js files and pictures may remain unchanged for weeks, months or even years, who knows. So I though I could get a tremendous performance boost if I could ...
1
vote
1answer
27 views
get dialog with html and script from using ajax
when a user open a new dialog in my application.
i am getting the dialog HTML and script who are responsible to handle that dialog.
when i am opening the same dialog again.
seems like the browser is ...
0
votes
2answers
31 views
Javascript cached
When I do some updates in my .js, my clients browser aLways get the old version and they have to press Ctrl + F5 to clean the cache and then the browser can download the new version.
I know that ...
-1
votes
2answers
46 views
Clearing javascript cache in ie10 not working, can no longer debug javascript changes
Now that I have upgraded to IE10, it's very difficult to get my javascript changed files to get recognized.
In IE9, you could simply use the 'clear the cache' button in the develepor panel and could ...
0
votes
2answers
21 views
images retrieved by a servlet cached by browser
I have a JSP page with following structure:
<input type='file' id='logo' />
<iframe src='view?media=logo'></iframe>
what I am trying to do here is to have user select an image and ...
0
votes
0answers
8 views
What objects does a browser cache store by default?
Often times in my web application, I see real application errors like NullPointerExceptions disappear after user clears cache and restarts browser and logs in again. To understand why this happens, I ...
0
votes
1answer
18 views
Periodic javascript requests stop happening
I am using RightJS which is very similar to jQuery on a webapp. I have setup a periodic event that is supposed to send a request to the server and update an element on the page with the result every ...
1
vote
1answer
68 views
How to stop chrome from caching REST response from WebApi?
I am using ASP.NET WebApi and have the following code to stop caching in everything:
public override System.Threading.Tasks.Task<HttpResponseMessage> ...
0
votes
1answer
14 views
Force browser to re-read ajax result
Every day the contents of this request changes: the problem is that the browsers (IE and Chrome for sure), are ALWAYS displaying the OLD result (first get) until I clear the cache!
How can I solve ...
0
votes
0answers
31 views
Not Loading proper Css on shared ip hosting server/ check images on server via ip
i've uploaded a wordpress site on new server via shared ip. now makes changes in localhost which are working fine then uploaded that files (Css, php) on the server.
now the css is not working on ...
0
votes
0answers
95 views
Selenium IDE how to delete session Cookies?
I am doing an exercise to search a solicitor, then access her profile, then log out.
I would like to clear the browser cache or the cookies, so when I run the script in a continuous pattern, it ...
0
votes
2answers
96 views
AngularJS - browser caching JSON data
I am creating an application using AngularJS framework.
The Problem:
When I jump out of my application to a different domain or a page and then when I use history back button to get back to my app, ...
0
votes
0answers
29 views
How to keep webpage out of iOS Safari cache
iOS Safari likes to cache pages and even after a page (tab) has been closed, if a user opens a new Safari window and types the url in again, Safari acts like it's loading the page, but it is in fact ...
0
votes
1answer
56 views
Application cache Laravel 4
Is it possible to use the appcache file (cache manifest) to cache Laravel views ?
The idea is to cache views and use the web sql database to access the web application offline. Is it possible ?
...
1
vote
1answer
21 views
BufferedDynamicImageResource cached by browser
To display a dynamically loaded image in my webapp I'm using a BufferedDynamicImageResource. (It just loads the image from a backend server based on an database id.)
The URL of the image resource ...
0
votes
0answers
13 views
Is max age relative to last-modified date or request time?
When a server gives Cache-Control: max-age=4320000,
Is the freshness considered 4320000 seconds after the time of request, or after the last modified date?
-1
votes
0answers
111 views
ASP.NET Image Button click event is not working in IE and Morzilla Firefox
I'm facing the urgent problem i.e, image button click events are not firing. Actually it worked fine in old server machine,window server 2003 enterprise edition sp2 ,but I changed my web application ...
0
votes
0answers
205 views
Facebook iframe tries to access other iframes
I have Facebook Like, Google +1, and Tweet buttons on my web page (https://www.coinek.com). Each uses a simple implementation recommended by Facebook / Google / Twitter. Functionally the buttons ...
0
votes
0answers
15 views
Website shows correctly to others, but i still see old files
I have a mystery here:
I updated my website, but i'm still seeing the old files. The database content i'm seeing is new, but some files that i deleted from the server are still there, and files that ...
1
vote
1answer
50 views
Forcing Ajax to get cached version
I am creating a Google-Chrome extension and I want to be able to pull some images that a website is loading and put them in the extension. In some cases, this can result in a lot of requests to the ...
0
votes
0answers
71 views
Browser back button getting in to GET method of Spring MVC Controller instead of checking the cache
I am using Spring MVC 2.5. I have get and post methods for all the pages I have.
@RequestMapping(value = "/offer", method = RequestMethod.GET)
public ModelAndView getOffer(ModelMap model, ...
0
votes
1answer
36 views
Web Application Updates: Caching old app
I've created a Grails web application and put it live for users to use. It makes use of caching + backbone tpl's etc.
The issue is, when I make changes to html/css and put the new version live: ...
0
votes
1answer
77 views
How can I properly implement inetcpl.cpl as an external dll?
I have the following 2 sets of code, both of which produce the same results:
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using ...
0
votes
0answers
36 views
Cakephp 2.3 cache problems redirecting in logout action
I have been working on a system where I make login and use a logout action with redirection to a master page. Variables sent aren't reached in that master page.
I'll appreciate any help.
I already ...
1
vote
0answers
65 views
Force refresh on login/logout in wordpress
I am relatively new to PHP and can't figure out how to refresh all pages after log in or log out from a wordpress site?
When a visitor goes to my site some content appears. However, when the user ...
0
votes
1answer
110 views
Value on <input> Suddenly Change on Click/Focus
This is simple script using jquery, my main problem is
Step 1: click row no 5
Step 2: click row no 3
Step 3: click on input
My question, why data change when I click on input? for your info in ...
0
votes
0answers
13 views
Using version parameter in url to cache the newer version of stylesheets or javascript
Does the browser download the updated file when linked with a new version number in the parameter.
For example:
Is
style.css?ver=1.0
different from
style.css?ver=1.2
for a browser? Does it ...
2
votes
1answer
78 views
jquery how to keep settings after page reload using filtrify plugin?
First of all I would like to say that I have done my homework. I understand that javascript isn't supposed to keep it's settings after page reload.
I also found 3 ways how this could be done:
1. ...
0
votes
1answer
56 views
UIWebView caching not working for NSURLRequestReturnCacheDataElseLoad
I have setup an ARC compliant iOS 6 SDK built application to try to test out UIWebView and the caching of NSURLCache sharedCache.
I'm forming my request for the UIWebView like this:
...
4
votes
1answer
61 views
Forcing AJAX request to revalidate cache with server, without reloading completely
I have a web application that lets the browser cache AJAX requests result for a long time. I have found out how to make a request that bypasses the cache entirely, when probable modifications are ...
0
votes
3answers
44 views
Cache images on php script
I am using this great randomizer code found here: http://alistapart.com/article/randomizer , but the images are not saved on the browser's cache which means they refresh whenever the site reloads.
Is ...
0
votes
1answer
26 views
Loading navigation menu in every pages
I have been googling this for a while and can't find any solution... I am wondering if it is possible to keep a navigation menu in the browser cache eventhough there is an active element that changes ...
0
votes
2answers
28 views
Firefox bfcache issue?
I am having trouble with only firefox. My page shows a tree structure that is loaded via ajax as the user clicks on the nodes they want to expand. The problem I'm having with firefox, and only ...