<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - shared11.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T10:58:35</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#42728" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#20630" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18201" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18199" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16399" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16094" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#42728">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#42728</link>
		<description>I believe you are missing a closing quotation in the ACTION statment.</description>
		<dc:creator>dpinero</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-11-28T08:16:36</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#20630">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#20630</link>
		<description>i am not able to figure out how to enable cookies could you help me please?? thanks</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-27T21:08:23</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18201">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18201</link>
		<description>My sentence should have ended with &quot;when the browser closes.&quot;</description>
		<dc:creator>halL</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-08T14:08:17</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18199">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#18199</link>
		<description>Could you please post the end of that previous comment? It got cut off.&lt;br /&gt;&lt;br /&gt;Thanks-</description>
		<dc:creator>Mike.Schwartz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-08T14:03:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16399">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16399</link>
		<description>Some elaborations on issues raised by Parrot Person:&lt;br&gt;&lt;br&gt;The Privacy settings cookie control on Internet Explorer only disables cookies for the Internet zone, not the local system or intranet. &lt;br&gt;Even specifying your local system's true IP address may not be enough to keep IE from saving and sending back a cookie.&lt;br&gt;&lt;br&gt;We should remove the word &quot;client&quot; from the sentance that includes &quot;use ColdFusion client or session variables without using cookies&quot;.&lt;br&gt;&lt;br&gt;Once a cookie is set in a browser, it automatically sends that cookie with each request. &lt;br&gt;Therefore, if a browser was set to use cookies previously, and you have not purged your cookies, the browser may already have CFID and CFTOKEN cookies for your site in its cookie cache. As long as the browser is set to use cookies, it will send them as part of the initial request for the ColdFusion page, and ColdFusion will get them and use them for session management. Setting setclientcookies=&quot;no&quot; in the cfapplication tag only keeps ColdFusion from setting the cookies on the browser if they don't already exist; it does not prevent ColdFusion from getting cookies that have already been set. ColdFusion does not try to set the cookies if the request sends the cookies already.&lt;br&gt;&lt;br&gt;Note: The behavior described in the previous paragraph is one reason why we generally recommend using J2EE Session management, (selected in the ColdFusion MX Administrator Memory Variables page) rather than pre-MX style ColdFusion session management. J2EE session management does not use persistent cookies for the session ID, so the session management information is cleared when the b</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-06-09T07:27:29</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16094">
		<title>coldfusion/6.1/htmldocs/shared11.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared11.htm#16094</link>
		<description>I tried disabling cookies entirely in my browser (IE 6), and then accessing a ColdFusion web site that uses session variables but does not pass the CFID token nor use the URLSessionFormat.  It still worked.  This article implies that it shouldn't.  What gives?&lt;br /&gt;&lt;br /&gt;Another anomaly, this article states, &quot;do not use client variables, if you do not require users to enable cookies&quot; but then goes on to explain how to &quot;use ColdFusion client or session variables without using cookies&quot;.</description>
		<dc:creator>parrot person</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-04T14:11:48</dc:date>
	</item>
	</rdf:RDF>

