summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfapplication.tag
blob: 19a83ace32bfc61c898553299abf059a7fa4cc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfapplication" single="1">
	<attr name="name" type="input">
		<text>Name:</text>
		<textlocation row="0" col="0" />
		<location row="0" col="1" />
	</attr>
	<attr name="clientmanagement" type="list">
		<text>Client Management</text>
		<textlocation row="1" col="0" />
		<location row="1" col="1" />
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="setclientcookies" type="list">
		<text>Session Management</text>
		<textlocation row="2" col="0" />
		<location row="2" col="1" />
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="setclientcookies" type="list">
		<text>Set Client Cookies</text>
		<textlocation row="3" col="0" />
		<location row="3" col="1" />
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="setdomaincookies" type="list">
		<text>Set Domain Cookies</text>
		<textlocation row="4" col="0" />
		<location row="4" col="1" />
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="clientstorage" type="list">
		<text>Client Storage</text>
		<textlocation row="5" col="0" />
		<location row="5" col="1" />
		<items>
			<item>Registry</item>
			<item>Cookie</item>
			<item>"datasource_name"</item>
		</items>
	</attr>
	<attr name="applicationtimeout" type="input">
		<text>Application Timeout</text>
		<textlocation row="6" col="0" />
		<location row="6" col="1" />
	</attr>
	<attr name="sessiontimeout" type="input">
		<text>Session Timeout</text>
		<textlocation row="7" col="0" />
		<location row="7" col="1" />
	</attr>
    <spacer orientation="v">
        <location col="0" row="9" colspan="2" />
    </spacer>
</tag>
</TAGS>