set cookie
Adds a cookie to return to the client.
Arguments
- cookie
- The name of the cookie to set.
- value
- The value of the cookie. This can include replacements from the last pattern matched. For more information about expressions, see the Expressions topic.
Remarks
When executed, this action adds the specified cookie and value to the collection of cookies to return to the client. Processing continues at the next rewrite rule.
Examples
<set cookie="Visited" value="true" />