可以这样解决
把response.sendRedirect(“aa.jsp”),<jsp:forward page="abc.jsp"/>
换成<script>window.location.href="aa.jsp"</script>
这样就不会出现你说的问题了。