<?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: no more cookies</title>
	<atom:link href="http://wonkabar.org/archives/258/feed" rel="self" type="application/rss+xml" />
	<link>http://wonkabar.org/archives/258</link>
	<description>linux, databases, cartoons and cornflakes</description>
	<pubDate>Tue, 06 Jan 2009 10:56:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Stuart Longland</title>
		<link>http://wonkabar.org/archives/258#comment-9286</link>
		<dc:creator>Stuart Longland</dc:creator>
		<pubDate>Sat, 24 Mar 2007 06:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://wonkabar.org/archives/258#comment-9286</guid>
		<description>Sadly, HTTP doesn't leave many avenues of session management.

Either one has to use cookies to pass a session ID on the client, or it has to be passed in GET/POST variables.  Since you can't pass a POST variable in a hyperlink, this means GET variables, which leave yourself open to session hijacking.  (as people can simply copy &#38; paste the URL)

I know cookies are frequently abused, but how else does one accomplish some of these other tasks?</description>
		<content:encoded><![CDATA[<p>Sadly, HTTP doesn&#8217;t leave many avenues of session management.</p>
<p>Either one has to use cookies to pass a session ID on the client, or it has to be passed in GET/POST variables.  Since you can&#8217;t pass a POST variable in a hyperlink, this means GET variables, which leave yourself open to session hijacking.  (as people can simply copy &amp; paste the URL)</p>
<p>I know cookies are frequently abused, but how else does one accomplish some of these other tasks?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
