Forum Discussion

DJDX21_252164's avatar
10 years ago
Solved

iRule to rewrite cookie domain to toplevel domain

I have to domains, 1. xyz.abc.com 2. xyz.abbc.com Now when I am trying to change the domain of the cookie at the toplevel the below iRule isn't working.   when HTTP_RESPONSE { set a ".abc.com" set...