EDIT:
ok, actually it's pretty easy:
$("#ID").tabs({
cookie: {
expires: 1,
name: "${C_TICKET?replace(".","")?replace("-","")}"
}
});
Hi, i'm having more or less the same problem (the page is the same but it's dynamically generated, so the tabs are actually different), how do you set a unique name for the cookie?
I found how to set the path of the page, but not a name.
Thanks,
Marcello