We’re using an Apache RewriteMap and other rewrite rule directives.Our issue is that some cookies are incorrect and mixed up between sessions. We think we may have a mutex issue where Apache calls the script multiple times concurrently. We’re using Apache 2.4.x and it should set a lock to call the s...