From 4d8c2aa6cbf4e65ad748271aa1018970811bf18b Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 19 Oct 2022 17:36:46 -0700 Subject: [PATCH] Inclease session timeout to 24 hs. --- wise-webapp/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/web.xml b/wise-webapp/src/main/webapp/WEB-INF/web.xml index 9f1ef2d2..4fa43432 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/web.xml +++ b/wise-webapp/src/main/webapp/WEB-INF/web.xml @@ -135,6 +135,6 @@ - 180 + 1440 \ No newline at end of file