Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft.XMLHTTP takes from the cache
Message
De
19/10/2001 14:20:47
 
 
À
19/10/2001 12:46:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00570570
Message ID:
00571050
Vues:
35
>>Michel one thing about expires is the following if you are in diferent time zones then you can have a problem since what IIS is doing is putting a datetime for validation of the page so what is 5 minutes to the server can be several hours and five minutes to the client.
>>I hope that this explanation will help you if not and don't know what else I can tell you.
>
>Ok, I did successfully accomplished it.
>
>It took me a while to figure how to do it. I haven't found any direct way in WWC to do it. So, I did it manually.
>

You can use the WWWC header object to insert a no-cache header in your original response:

oHTTPHeader.AddHeader("Pragma", "no-cache")

The first time this URL is hit, the client sees the no-cache header, and does not stow the response in the cache.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform