Grab cookie contents and insert it as another.
I want to grab the contents of a cookie (from an http post) and insert that value into a new cookie with a different name. This is what I have so far that will not pass syntax: when HTTP_REQUEST { set auth_user [findstr [HTTP::cookie tx...