<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CFCOOKIE Bug in Railo</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2008/12/02/cfcookie-bug-in-railo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2008/12/02/cfcookie-bug-in-railo/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Nadel</title>
		<link>https://www.barneyb.com/barneyblog/2008/12/02/cfcookie-bug-in-railo/comment-page-1/#comment-144537</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=559#comment-144537</guid>
		<description>Ahh, gotcha. Thanks for the insight.</description>
		<content:encoded><![CDATA[<p>Ahh, gotcha. Thanks for the insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2008/12/02/cfcookie-bug-in-railo/comment-page-1/#comment-144534</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=559#comment-144534</guid>
		<description>Ben,

It&#039;s just the reverse, a cookie has an expiration date and CF will use the day value to do an implicit dateAdd w/ now() to compute it for you, since often times you don&#039;t care about the actual expiration date, just how far in the future it is.  Here&#039;s a sample cookie string (for a domain-global cookie set to expire in 30 days):

EL_TOKEN=3AF281672CDBEE7C793805351DB32E11D4; Expires=Fri, 02-Jan-2009 17:07:09 GMT; Path=/</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>It's just the reverse, a cookie has an expiration date and CF will use the day value to do an implicit dateAdd w/ now() to compute it for you, since often times you don't care about the actual expiration date, just how far in the future it is.  Here's a sample cookie string (for a domain-global cookie set to expire in 30 days):</p>
<p>EL_TOKEN=3AF281672CDBEE7C793805351DB32E11D4; Expires=Fri, 02-Jan-2009 17:07:09 GMT; Path=/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nadel</title>
		<link>https://www.barneyb.com/barneyblog/2008/12/02/cfcookie-bug-in-railo/comment-page-1/#comment-144513</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=559#comment-144513</guid>
		<description>I don&#039;t know much about cookies outside of the CFCookie tag, so out of curiosity, do cookies really have an expiration date? Or is ColdFusion just taking that date and calculating the difference in days behind the scenes? 

Using a date is really useful, but I was just wondering if it is some sort of short-hand for getting the day-difference?</description>
		<content:encoded><![CDATA[<p>I don't know much about cookies outside of the CFCookie tag, so out of curiosity, do cookies really have an expiration date? Or is ColdFusion just taking that date and calculating the difference in days behind the scenes? </p>
<p>Using a date is really useful, but I was just wondering if it is some sort of short-hand for getting the day-difference?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
