|
| ||||||||||
| Tags: cache, firefox, image |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Firefox image cache
|
|
#2
| |||
| |||
| Firefox image cache
Try to follow the below steps:-
|
|
#3
| |||
| |||
| Firefox image cache
As usual first attempt was use some php code to specify the caching parameters. Code: header(’expires: Mon, 29 Jul 2000 05:00:00 GMT’); header(’cache-control: no-store, no-cache, must-revalidate’); header(’cache-control: post-check=0, pre-check=0′, FALSE); header(’pragma: no-cache’); You can also achieve a similar process using javascript by utilising Math.rand() |
|
#4
| |||
| |||
| Firefox image cache
Normally firefox has two caching options one is Memory and another is disk. The memory cache includes elements which has recently opened pages, such as the images. The disk cache keeps everything that isn't in the memory cache until it expires. I would suggest you to have rotate.php show an img src=$random_image1.jpg tag instead of outputting the image directly. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Firefox image cache" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cache changes in Firefox aurora | PaaJi | Technology & Internet | 6 | 30-11-2011 05:23 PM |
| Nokia X2 Image cache is not proper? | Bontu | Portable Devices | 5 | 20-07-2011 10:57 PM |
| Firefox 4 beta : no cache | Mart-ina | Technology & Internet | 4 | 19-04-2011 04:58 PM |
| How to search Firefox cache | Anikait | Technology & Internet | 3 | 23-05-2009 01:08 PM |
| How to limit the cache in Firefox | Benjamin | Windows Software | 3 | 31-03-2009 11:43 PM |