<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Secure Client Side Sessions</title>
	<link>http://lucumr.pocoo.org/cogitations/2007/12/15/secure-client-side-sessions/</link>
	<description>Armin Ronacher thinking</description>
	<pubDate>Sun, 12 Oct 2008 06:42:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Armin Ronacher</title>
		<link>http://lucumr.pocoo.org/cogitations/2007/12/15/secure-client-side-sessions/#comment-1125</link>
		<author>Armin Ronacher</author>
		<pubDate>Sun, 16 Dec 2007 10:50:25 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2007/12/15/secure-client-side-sessions/#comment-1125</guid>
		<description>You mean a django session backend? Primarly because it wasn't written for django. That you can use it with django is just a goody that comes for free because the module doesn't require any specific Werkzeug implementation details.

And even if someone wants to integrate it into the django session system in the first place there would be no other way than writing a different session middleware because the session store cannot alter the cookie that is set.</description>
		<content:encoded><![CDATA[<p>You mean a django session backend? Primarly because it wasn&#8217;t written for django. That you can use it with django is just a goody that comes for free because the module doesn&#8217;t require any specific Werkzeug implementation details.</p>
<p>And even if someone wants to integrate it into the django session system in the first place there would be no other way than writing a different session middleware because the session store cannot alter the cookie that is set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmileyChris</title>
		<link>http://lucumr.pocoo.org/cogitations/2007/12/15/secure-client-side-sessions/#comment-1121</link>
		<author>SmileyChris</author>
		<pubDate>Sun, 16 Dec 2007 04:41:37 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2007/12/15/secure-client-side-sessions/#comment-1121</guid>
		<description>Couldn't you have just written a custom session backend to do this?</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you have just written a custom session backend to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
