<?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 - shared29.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-25T07:34:46</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27572" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27565" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#25397" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#24358" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20475" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20451" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19193" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19136" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19001" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#18980" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27572">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27572</link>
		<description>Joe Simes, &lt;br /&gt;I believe that you are correct. Sessions do not automatically end when the user closes their browser.&lt;br /&gt;&lt;br /&gt;This is in our bugtracker as item 59746. &lt;br /&gt;&lt;br /&gt;Randy Nielsen&lt;br /&gt;ColdFusion Documentation Manager</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-08T12:15:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27565">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#27565</link>
		<description>I was wondering if this:&lt;br /&gt;&lt;br /&gt;&quot;The J2EE session automatically ends when the user closes all browser windows.&quot;&lt;br /&gt;&lt;br /&gt;Means that a new session is spawned but the existing session still lives until timeout??&lt;br /&gt;&lt;br /&gt;If I close my browser I see that my jsessionid changes on every return to the page but if I look at the &quot;coldfusion.runtime.SessionTracker&quot; I see that the previous session is still there.&lt;br /&gt;&lt;br /&gt;To me this is no different than setting the cookies CFIF and CFTOKEN to expire on browser close.&lt;br /&gt;&lt;br /&gt;Am I missing something?&lt;br /&gt;&lt;br /&gt;Joe</description>
		<dc:creator>Joe Simes</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-08T10:06:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#25397">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#25397</link>
		<description>Won't J2EE session variables allow you to have multiple browser instances on the same client PC because each time you open the browser it gets a different jsession variable.&lt;br /&gt;&lt;br /&gt;I know that ordinary coldfusion session variables are machine specific so the second browser instance will overwrite the session variables of the first browser instance.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Richard</description>
		<dc:creator>rdip</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-14T06:34:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#24358">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#24358</link>
		<description>I wish I could find more documentation about how to &quot;support session failover among servers.&quot; I'm working on a project where there are a dozen servers and I want to use J2EE sessions. I'm assuming I have to set the load balanacer to use sticky sessions and I'm curious how I'll be able to persist the state information from any given sticky server to another server the server that a user was being directed to were to fail and the load balancer were to connect subsequent requests to another of the servers. How would the data stored in the J2EE session on the failed server become available on the next failover server??</description>
		<dc:creator>developerJon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-11-23T07:26:50</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20475">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20475</link>
		<description>The only disadvantage I can think of WRT J2EE session variables is that they might break things if you have an existing app that hard-wires variables, db column names, or db data to CFID and/or CFTOKEN.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-08-25T06:25:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20451">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#20451</link>
		<description>Docs mention the advantages with J2EE session variables, but it does not say anything about disadvantages or rather advantages with the &quot;old&quot; Cold Fusion session variables. Is the ANY reason NOT to use J2EE session variables?</description>
		<dc:creator>Not Nick</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-24T12:55:45</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19193">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19193</link>
		<description>Fair enough. I talked with one of the CF developers and he agrees with you.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2004-07-29T12:29:22</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19136">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19136</link>
		<description>Maybe I'm missing something, but I don't see why that would matter with client variables. My understanding of client variables is they look for an application identifier (field: app) and a user identifier (fields: cfid/cftoken). Then based on that information it pulls the data from the database. So if you have multiple instances or multiple computers it's not going to matter.</description>
		<dc:creator>Steve</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-28T13:26:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19001">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#19001</link>
		<description>I suppose the biggest thing is that you need J2EE session variables to use multiple CF instances deployed in a cluster of JRun servers.&lt;br&gt;&lt;br&gt;Otherwise, if good old fashion client variables in a database are working for you, you probably don't need to change anything.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2004-07-27T05:24:54</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#18980">
		<title>coldfusion/6.1/htmldocs/shared29.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/shared29.htm#18980</link>
		<description>What goal does this acheive that isn't possible with good old fashion client variables in a database?</description>
		<dc:creator>Steve</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-26T11:35:29</dc:date>
	</item>
	</rdf:RDF>

