Marco,
Has this been resolved? I am experiencing similar problems. I have a server that uses HTTP to handle multiple client requests. Each request is handled on a separate thread. I am using a common ThreadSafe session for all of the threads, but anytime I have two threads attempting to...