Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Eliminating browser cache
Message
De
06/03/2015 22:37:44
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
DHTML
Titre:
Eliminating browser cache
Divers
Thread ID:
01616388
Message ID:
01616388
Vues:
27
When I execute a command to return some DHTML on an existing page, that content gets cached in the browser.

I tried this:
        ' Worker process should not affect the cache
        oProcess.oResponse.CacheControl = "no-cache"
...but, this has no effect.

For example, from a table on a page, I click on + to add some data. This queries the server and the content is sent to the page to refresh only a specific content of the page. Then, if I click back, I would like to get back to the original click that launched the page. But, instead, the browser goes back to the previous version of the page and so on. This represents all DHTML hits that affected the page layout which are returned in reversed as if I would unclick all those hits.

That command should have told the browser to not cache the related page. I guess this has no effect.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Répondre
Fil
Voir

Click here to load this message in the networking platform