I obviously don't know a ton about cookies, if they'd even be compatible, etc, etc. If this is possible, can someone show an example of how?
I have this cookie in Firefox:
name:Vanilla-Volatile value:1-1313808454|54614728ee113ab09e4db5c863cd5cfa|1313635654|1|1313808454 domain:zhu13890.prod.xxxx.corp path:/
def c = new Cookie("Vanilla-Volatile", null); c.setDomain("zhu13890.prod.xxxx.corp"); c.setPath('/'); ...