diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 314db1edf82524518681b789ec702b9afd007622..1b105c9f190c0dc6b25eb1d96103005eaf661480 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -73,4 +73,8 @@
 		<error-code>500</error-code>
 		<location>/error/500.html</location>
 	</error-page>
-</web-app>
\ No newline at end of file
+
+	<session-config>
+		<session-timeout>0</session-timeout>
+	</session-config>
+</web-app>