You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/cfml/cfcookie.tag

16 lines
289 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcookie" single="1">
<attr name="name" />
<attr name="value" />
<attr name="expires" />
<attr name="secure" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
<attr name="path" />
<attr name="domain" />
</tag>
</TAGS>