<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to track user sessions in ColdFusion</title>
	<atom:link href="http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Fri, 21 Nov 2008 02:41:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/#comment-52340</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 28 Aug 2008 21:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=25#comment-52340</guid>
		<description>Thinking out loud, you can use the same logic in sessionReport.cfm. But instead of creating a report, you update your database. You move the code to Application.cfm or Application.cfc so that it runs before each page.</description>
		<content:encoded><![CDATA[<p>Thinking out loud, you can use the same logic in sessionReport.cfm. But instead of creating a report, you update your database. You move the code to Application.cfm or Application.cfc so that it runs before each page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/#comment-52335</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=25#comment-52335</guid>
		<description>This is a great script. One question. How would I trigger something to happen when the individual users session variable expires? For instance when the session expires I update a field in a databse to set the loggedin status to 0?

Any ideas on how I could do that?</description>
		<content:encoded><![CDATA[<p>This is a great script. One question. How would I trigger something to happen when the individual users session variable expires? For instance when the session expires I update a field in a databse to set the loggedin status to 0?</p>
<p>Any ideas on how I could do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/#comment-50905</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Sun, 10 Jun 2007 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=25#comment-50905</guid>
		<description>&lt;p&gt;It works for me. I also have CFMX 7.02 on IIS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It works for me. I also have CFMX 7.02 on IIS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I Rz</title>
		<link>http://awads.net/wp/2005/06/20/how-to-track-user-sessions-in-coldfusion/#comment-50894</link>
		<dc:creator>I Rz</dc:creator>
		<pubDate>Fri, 08 Jun 2007 20:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=25#comment-50894</guid>
		<description>&lt;p&gt;Does not work. Shows only current user, not all users in CFMX 7.02 on IIS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does not work. Shows only current user, not all users in CFMX 7.02 on IIS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
