Skip to content
Snippets Groups Projects
Commit 7b7956c4 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Never invalidate http session

This is a quick fix for HTTP session timeout which will result in some
strange behavior in client devices.

THIS MUST BE REVOVED if client JS code is able to re-authenticate from
local storage after session timeout.
parent 4a4c88a5
No related merge requests found
...@@ -73,4 +73,8 @@ ...@@ -73,4 +73,8 @@
<error-code>500</error-code> <error-code>500</error-code>
<location>/error/500.html</location> <location>/error/500.html</location>
</error-page> </error-page>
</web-app>
\ No newline at end of file <session-config>
<session-timeout>0</session-timeout>
</session-config>
</web-app>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment