changed session timeout to 4h

This commit is contained in:
Egor 2023-02-19 14:58:18 +03:00
parent 7cce6a55f3
commit ef48349929

View file

@ -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>