Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Session Variable Values Don't Refresh
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00520193
Message ID:
00522013
Vues:
14
>How about:
>Response.CacheControl = "no-cache"
>>I tried it and that doesn't work. Thanks anyway.

You might also try
< %
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-control", "no-store"
% >
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform