HttpServletResponse response 

 

// IE 뒤로가기 실행 시 웹페이지 만료 방지
response.setHeader("Cache-Control", "no-cache");