session.getAttribute("list")这样应该就可以了。
可以使用request.setAttribute("list", list);
List list=(ArrayList)session.getAttribute("list");