<cfcookie>
What it does
The cfcookie
tag is used to create, set, and delete cookies from a users computer.
You can use different options to set security details and an expiration
date. Setting a cookies expiration date to 'now' will delete the it from
the users computer. Leaving the expires attribute blank will cause the
cookie to be destroyed when the browser is closed.
Attributes
name - Required
value
expires
secure
path
domain
End
Tag: Forbidden |