Hi there fellow webtest-ers, Is it possible to set "advanced" cookie properties (e.g., path, expiration) using the header parameter under config? I tried those outright, but when I ran webtest it said they weren't valid for header. I can't find anything other than the basic case (that is, setting of cookie name/value) in the selftests or manual, so I was just curious if there was an undocumented way to do this. I suspect I might be able to do it using the Cookie class from httpclient if it's not possible through header...I don't suppose someone has tried that? Thanks for any help!

