summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcookie.tag
blob: d1a0556e64cb16aa921bdafd791e9ac192bb12e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>