Child of: <html_cookie>
Parent of: <name>, <value>, <expires>, <domain>, <path>, <secure>
Example:
<set_cookie>
<name>MyCookie</name>
<value>AnotherValue</value>
<expires>Thu, 01-Jan-1970 00:00:01 GMT</expires>
<domain>www.my_domain.com</domain>
<path>/subdirectory</path>
<secure>TRUE</secure>
</set_cookie>