Web/Common
ie - 저장된 페이지의 새 버전 확인 > 자동 설정 상태에서 클라이언트 캐싱 제어
linuxism
2013. 10. 9. 12:41
* servlet config in server-side
response.addHeader("Pragma", "no-cache");
response.addHeader("Cache-Control", "no-store, no-cache, must-revalidate");
전체댓글수 4