From ef483499296f768eab25fd812f0fbdc14d03b52c Mon Sep 17 00:00:00 2001 From: erius Date: Sun, 19 Feb 2023 14:58:18 +0300 Subject: [PATCH] changed session timeout to 4h --- src/main/webapp/WEB-INF/web.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index d80081d..0beac35 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,4 +3,7 @@ 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" version="4.0"> + + 240 + \ No newline at end of file