session.setMaxInactiveInterval(60);//一分钟
         session.setAttribute("say","hello");
一分中过后,为什么say的值依然存在。并没有清空session?