Response.addHeader "pragma", "no-cache"
Response.addHeader "cache-control", "private"
Response.CacheControl = "no-cache"
Response.Buffer = True
Response.Expires = -1
Response.addHeader "cache-control", "private"
Response.CacheControl = "no-cache"
Response.Buffer = True
Response.Expires = -1
반응형
'lang > asp' 카테고리의 다른 글
asp 폼메일 파일첨부 (0) | 2007.02.01 |
---|---|
성능 및 스타일 향상에 도움이 되는 28가지 ASP 팁 (0) | 2006.10.20 |
ASP 포스트, 겟, 쿠키 , 세션 값확인할때 (0) | 2006.10.20 |
ASP 함수모음 (0) | 2006.10.20 |
ASP, MSSQL 트랙백 (0) | 2006.10.20 |