tomcat中这样设置session超时无用?  
  <session-config>
        <session-timeout>10</session-timeout>
    </session-config>

解决方案 »

  1.   

    web.xml <session-config>
    <session-timeout>360</session-timeout>
    </session-config> 
      

  2.   

    设置在Web.xml中吧,还可以通过程序设置
      

  3.   

    \apache-tomcat-6.0.32.11\conf\web.xml里设置的,没有效果。
      

  4.   

    要设置到项目中的web.xml中有效果,如果注释掉项目中的配置,tomcat里的设置就效果了。
      

  5.   

    要设置到项目中的web.xml中有效果