일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- appspresso
- WebLogic
- sencha touch
- Struts
- MFC
- rowspan
- GPS
- Android
- 전자정부프레임워크
- swingx
- jQuery
- jsr 296
- PLSQL
- oracle
- Spring
- MySQL
- Eclipse
- dock
- JSON
- Google Map
- Ajax
- PHP
- tomcat
- iBATIS
- node.js
- JDOM
- phonegap
- 가우스
- ibsheet
- 선택적조인
Archives
- Today
- Total
Where The Streets Have No Name
캐쉬지우기 본문
<%
///////////////// 캐쉬 지우기 /////////////////////
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-Cache");
///////////////////////////////////////////////////
%>
///////////////// 캐쉬 지우기 /////////////////////
response.setHeader("Pragma", "No-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-Cache");
///////////////////////////////////////////////////
%>