Commit b4845280 by liu_xiaoxu

session失效时间设置为30分钟;

parent e0197b37
......@@ -98,6 +98,6 @@
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
<session-config>
<session-timeout>1</session-timeout>
<session-timeout>30</session-timeout>
</session-config>
</web-app>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment