In my code, I have a JSessionID, which I want to share with an IE instance.
I am able to launch an instance of IE, however I need to specify the JSessionID to the browser. The application server will be JBoss, WebSphere or WebLogic, so I am looking for a solution that sets the value via a session cookie (via local java or C# code, not server based code).
Please note that setting the JSessionID via the url or server does not help me for my scenario.