设置session超时的方式
session.setMaxInactiveInterval(int time);
在web.xml配置<session-config><session-timeout>10(分钟)</session-timeout></session-config>