HaPpY hApPy
Internet explorer 11 caching problem. 본문
Chrome, FF, Edge에서는 캐쉬 문제가 발생하지 않는데 IE 11에서만 Cache 문제 발생시
Request header에 밑에 추가해주면 해결.
append("Pragma", "no-cache");
append("Cache-Control", "no-cache");
append("If-Modified-Since", "Wed, 21 Oct 1900 07:28:00 GMT");
참고사이트
https://support.microsoft.com/en-us/help/234067/how-to-prevent-caching-in-internet-explorer
'TroubleShooting Windows' 카테고리의 다른 글
GAC (Global Assembly Cache) 폴더 형태로 보여주기. (0) | 2015.06.10 |
---|---|
iis7 설정 http error 503. the service 에러 (0) | 2014.04.07 |
CPU 사용량이 이상하다고 판단될때, kernrate (0) | 2013.03.06 |
Troubleshooting gudie for Windows programmer (0) | 2013.01.30 |