Forum Discussion
Michael_Yates
Aug 16, 2011Nimbostratus
If you are trying to create a custom cookie take a look here:
http://devcentral.f5.com/wiki/iRules.http__cookie.ashx
HTTP::cookie insert name value [path ] [domain ] [version <0 | 1 | 2>]
Adds a cookie to the HTTP Cookie header in requests or Set-Cookie response header. The default value for the version is 0. If the cookie already exists, a second cookie will be inserted (tested in 9.2.4).