, cookie Internet Explorer. , .
1. cookie Internet Explorer
"" → " ", "", "".
" cookie", , cookie , " cookie ".
2. http-equiv HTML
<meta http-equiv="Cache-Control" content="no-store,no-cache,must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
.
response.addHeader("Cache-Control", "no-store,no-cache,must-revalidate");
response.addHeader("Pragma", "no-cache");
response.addHeader("Expires", "-1");