Hi there.
I can spawn a browser from my Java thick client using java.awt.Desktop.
Apprarently, I can also spawn a browser from my .NET client using System.Diagnostics.Process.Start
My question is, is there a way in both Java / .NET to set a cookie when spawning the browser process? It doesn't look like there is - possibly due to security concerns?