Hi everyone. I need some assistance in how to code something like this.

I have a website that is powered by 3 servers each with 2 jvm's. It's a WC site so a cookie us dropped with a JSESSIONID and this determines what jvm is serving you.

Now, for my monitoring system, I need a script/program/application that runs on a completely separate server but in order to test each JVM, I need to be able to manipulate the JSESSIONID Cookie however, all the languages I have looked at do far, do not allow a cookie to be changed for another site.

Does anyone have any ideas? I can program in quite a few popular languages.

Thanks