changed session timeout to 4h
This commit is contained in:
parent
7cce6a55f3
commit
ef48349929
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
|
||||||
version="4.0">
|
version="4.0">
|
||||||
|
<session-config>
|
||||||
|
<session-timeout>240</session-timeout>
|
||||||
|
</session-config>
|
||||||
</web-app>
|
</web-app>
|
Loading…
Reference in a new issue