Closed as not planned
Description
Expected Behavior
When we use sessionRepositryFilter we find the session once and save it to the repository once at the end of the request
Current Behavior
SessionRepositryFilter at the end of the request find the session 2 times and save it twice. It's all about
Why is this necessary if after all the filters we still make a commit?
Maybe just use the final commit?