<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Setting the secure flag in the cookie is easy</title>
	<atom:link href="http://enablesecurity.com/2008/08/29/setting-the-secure-flag-in-the-cookie-is-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://enablesecurity.com/2008/08/29/setting-the-secure-flag-in-the-cookie-is-easy/</link>
	<description>Security Consultancy, Research and Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:30:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Wyatt</title>
		<link>http://enablesecurity.com/2008/08/29/setting-the-secure-flag-in-the-cookie-is-easy/#comment-90</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Wed, 24 Sep 2008 16:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://enablesecurity.wordpress.com/?p=52#comment-90</guid>
		<description>In ASP.NET you can update the web.config to have cookieRequireSSL=&quot;true&quot;</description>
		<content:encoded><![CDATA[<p>In ASP.NET you can update the web.config to have cookieRequireSSL=&#8221;true&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noam Rathaus</title>
		<link>http://enablesecurity.com/2008/08/29/setting-the-secure-flag-in-the-cookie-is-easy/#comment-88</link>
		<dc:creator>Noam Rathaus</dc:creator>
		<pubDate>Sat, 20 Sep 2008 18:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://enablesecurity.wordpress.com/?p=52#comment-88</guid>
		<description>For perl it is (using CGI.om):
$cookie = cookie(-name=&gt;&#039;sessionID&#039;,
                                    -value=&gt;&#039;xyzzy&#039;,
                                    -expires=&gt;&#039;+1h&#039;,
                                    -path=&gt;&#039;/cgi-bin/database&#039;,
                                    -domain=&gt;&#039;.capricorn.org&#039;,
                                    -secure=&gt;1);</description>
		<content:encoded><![CDATA[<p>For perl it is (using CGI.om):<br />
$cookie = cookie(-name=&gt;&#8217;sessionID&#8217;,<br />
                                    -value=&gt;&#8217;xyzzy&#8217;,<br />
                                    -expires=&gt;&#8217;+1h&#8217;,<br />
                                    -path=&gt;&#8217;/cgi-bin/database&#8217;,<br />
                                    -domain=&gt;&#8217;.capricorn.org&#8217;,<br />
                                    -secure=&gt;1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid</title>
		<link>http://enablesecurity.com/2008/08/29/setting-the-secure-flag-in-the-cookie-is-easy/#comment-77</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Fri, 29 Aug 2008 15:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://enablesecurity.wordpress.com/?p=52#comment-77</guid>
		<description>Thanks for the information Sandro.</description>
		<content:encoded><![CDATA[<p>Thanks for the information Sandro.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
