Page History
...
To use the set-cookie object:
PropertiesIn the Set-Cookie property grid, set the following properties.
Persistent request cookiesThe Set-Cookie object emulates a Set-Cookie cookie HTTP response header that is described here. A subsequent Set-cookie HTTP response cookie will override the value from the previous header and the previous Set-Cookie object. To prevent using the new value, set the Is Persistent property to Yes. Clearing the Affinity cookieOne example of when this would be helpful in clearing the affinity cookies (these cookies are used to route requests to a single server behind a load balancer). Typically, if the affinity cookie is missing in the request, the server will create a new one and send it in the Set-cookie response header. To permanently clear the affinity cookie from all requests, add a Set-Cookie object, clear the Value property, and set the Is Persistent property to Yes. See the example below. |




