Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session Variable Values Don't Refresh
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00520193
Message ID:
00522013
Views:
13
>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"
% >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform