Skip to content

Commit

Permalink
Fixed: Logout may create a "HTTP Status 500 - Internal Server Error" …
Browse files Browse the repository at this point in the history
…(OFBIZ-13136)

Sets
<tracking-mode>COOKIE</tracking-mode>
in catalina/config/web.xml

Removes WebAppServletContextListener class

See https://lists.apache.org/thread/j05xh3rwcto6tnmgyj8704n8xc9mf4r6 for details
  • Loading branch information
JacquesLeRoux committed Sep 7, 2024
1 parent b719d22 commit 9e4022b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
1 change: 1 addition & 0 deletions framework/catalina/config/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<session-config>
<session-timeout>60</session-timeout><!-- in minutes -->
<tracking-mode>COOKIE</tracking-mode>
</session-config>

</web-app>

This file was deleted.

0 comments on commit 9e4022b

Please sign in to comment.