<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Django foo &#187; sessionkey</title>
	<atom:link href="http://www.djangofoo.com/tag/sessionkey/feed" rel="self" type="application/rss+xml" />
	<link>http://www.djangofoo.com</link>
	<description>Django Tips and Tweaks</description>
	<lastBuildDate>Wed, 18 Aug 2010 09:38:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Session Key Change On Login</title>
		<link>http://www.djangofoo.com/330/session-key-change-on-login</link>
		<comments>http://www.djangofoo.com/330/session-key-change-on-login#comments</comments>
		<pubDate>Sat, 03 Jul 2010 21:05:43 +0000</pubDate>
		<dc:creator>Arif Harbott</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[sessionkey]]></category>

		<guid isPermaLink="false">http://www.djangofoo.com/?p=330</guid>
		<description><![CDATA[If you use the request.session.session_key for an anonymous user e.g. to store shopping cart information, and then use django.contrib.auth login be aware that the session key will change. This tends to catch out new Django developers.]]></description>
			<content:encoded><![CDATA[<p>If you use the <strong>request.session.session_key</strong> for an anonymous user e.g. to store shopping cart information, and then use <strong>django.contrib.auth login</strong> be aware that the session key will change. This tends to catch out new Django developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.djangofoo.com/330/session-key-change-on-login/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get SESSION id/key (session_key)</title>
		<link>http://www.djangofoo.com/326/get-session-idkey-session_key</link>
		<comments>http://www.djangofoo.com/326/get-session-idkey-session_key#comments</comments>
		<pubDate>Wed, 23 Jun 2010 09:50:44 +0000</pubDate>
		<dc:creator>Davo</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[sessionkey]]></category>

		<guid isPermaLink="false">http://www.djangofoo.com/?p=326</guid>
		<description><![CDATA[You can easily grab the session key/id from the request object print request.session.session_key]]></description>
			<content:encoded><![CDATA[<p>You can easily grab the <strong>session key/id</strong> from the request object</p>
<pre class="brush:python">
     print request.session.session_key
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.djangofoo.com/326/get-session-idkey-session_key/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

