JBOSS7.1中如何设置Session过期时间

web.xml配置文件里,有如下内容,设置的是session的失效时间,路径:\jboss-4.0.3SP1\server\default\deploy\jbossweb-tomcat55.sar\conf

<session-config>
        <session-timeout>20</session-timeout>
    </session-config>

此时设置的是20分钟

你可能感兴趣的:(JBOSS7.1中如何设置Session过期时间)