Tagged Questions
0
votes
1answer
167 views
Clear the cache of the last visited page
I have an HTML page that has shows if a server is online of offline via an IFRAME transcluding a php file.
If someone clicks on a link, like to turn the server on or off and presses the Back button ...
4
votes
1answer
96 views
a css or js of same name from multiple sites or multiple pages of same site
When a css/js refers on a webpage it is first downloaded to client machine. From the next time it is referred from browser cache (if it presents). Please tell me
What happens when multiple sites ...
1
vote
1answer
66 views
With the following settings shown here, will there be any caching in Firefox?
browser.cache.disk.enable = false
browser.cache.memory.enable = false
network.http.use-cache = true
With the following settings above, will there be any caching in FF?
Does the disk.enable and ...
1
vote
1answer
201 views
Why does IE still save and update files in the temp folder when caching is off?
In IE I changed the cache setting to
"Every time I visit the web page"
However, I noticed in the directory
\Local Settings\Temporary Internet Files
that the files are still being stored in here ...
5
votes
1answer
1k views
Can I expect browsers to cache static content served over SSL encryption?
With all the talk about FireSheep I am thinking of switching my web applications to use full https accross the entire site. However, I am concerned about caching. I use a lot of JavaScript, CSS files, ...