PDA

View Full Version : browser cache scope


BubikolRamios
01-06-2009, 05:07 AM
Is it session wide or just for page ?

Ok will test it anyway in the afternoon, but mybe someone knows it already:

1. main page: <script src = "some.js"
2. iframe inside main page: src = 'test.html'
inside that test.html --> <script src = "some.js"

does some.js get reloaded or pulled from cache ?

BubikolRamios
01-08-2009, 12:48 AM
the test on FF shows it is page wide, so it reloads for ech iframe separately.