아래의 스크립트 중 하나만 쓰면 된다.
Response.Expires = 0
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","no-cache"
Response.CacheControl = "no-cache"
'Tech: > ASP·VB6' 카테고리의 다른 글
쿠키(Cookie) 관련 팁 (0) | 2008.06.26 |
---|---|
ASP, ASP.NET 관련 오류잡기 팁 (0) | 2008.06.26 |
ActiveX Control - ASP와 VB 연동하기 (0) | 2008.06.26 |
성능 및 스타일 향상에 도움이 되는 28가지 ASP 팁 26 ~ 28 (0) | 2008.06.26 |
성능 및 스타일 향상에 도움이 되는 28가지 ASP 팁 21 ~ 25 (0) | 2008.06.26 |