|
|
От: |
ozone.km
|
|
| Дата: | 22.03.05 17:49 | ||
| Оценка: | |||
Response.Cache.SetExpires(DateTime.Now.AddYears(-1));
Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);
Response.Cache.SetNoStore();
Response.Cache.SetNoServerCaching();
Response.Cache.SetCacheability(HttpCacheability.NoCache);