Hello, My problem is that within the same window of a browser if I issue 2 requests to the same page (in two different tabs), the second requests must wait until the first one finishes (this doesn't happen if I issue those requests from different windows). From what I read this is due to the session that is created, which is associated with a Tomcat instance. Now if I declare more workers and in the load balancing section of workers.properties I set session_sticky to false the situation described above should not happen anymore. The problem is that we have only one instance of Tomcat and we'll like to use just that. Would it be possible to define two workers that point to the same Tomcat? Or do you know a workaround to the problem? Thank you!