Robert_47833
Aug 17, 2011Altostratus
HTTP::cookie insert name 1cookie value 2 path "/" domain $domain
Hi,dear irule
when HTTP::request
{set domain [domain [HTTP::host] 2]}
when HTTP::response
{
HTTP::cookie insert name 1_cookie value "2" path "/" domain $domain
}
with this irule,we suppose hostname is www.srwd18.com
I send request to VIP
and the situation is:
first :broswer received cookie 1_cookie from bigip and domain is "www.srwd18.com"(why isn't is srwd18.com)
second:I continue to open page in broswer,it send this 1_cookie to vip now with domain ".srwd18.com"
why?
I am confused
I check this via http fox on firefox