<?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: Race Conditions, AJAX and Sessions</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/11/16/race-conditions-ajax-and-sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/11/16/race-conditions-ajax-and-sessions/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Fri, 21 Nov 2008 10:31:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andy Bakun</title>
		<link>http://www.sitepoint.com/blogs/2006/11/16/race-conditions-ajax-and-sessions/#comment-111489</link>
		<dc:creator>Andy Bakun</dc:creator>
		<pubDate>Thu, 30 Nov 2006 04:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1785#comment-111489</guid>
		<description>ammar, a database based session solution will have the same problem if it doesn't properly lock the session, as the demo application written for the article shows.  The chances of a solution, database based or not, having a problem is increased if it the solution is merely "simple" and doesn't take into account the way the system ultimately ends up being used.</description>
		<content:encoded><![CDATA[<p>ammar, a database based session solution will have the same problem if it doesn&#8217;t properly lock the session, as the demo application written for the article shows.  The chances of a solution, database based or not, having a problem is increased if it the solution is merely &#8220;simple&#8221; and doesn&#8217;t take into account the way the system ultimately ends up being used.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ammar_ibrahim</title>
		<link>http://www.sitepoint.com/blogs/2006/11/16/race-conditions-ajax-and-sessions/#comment-98146</link>
		<dc:creator>ammar_ibrahim</dc:creator>
		<pubDate>Sat, 18 Nov 2006 11:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1785#comment-98146</guid>
		<description>A highly trafficked site should always override the session handler. Basicly a database based solution is very simple, it shouldn't have a race condition. 
I don't think this is a big issue, the default option is a simple one for simple sites, you always need to have a very good understanding of whatever technology you use if you want to go for something bigger. And most well written open source PHP projects that I've seen, have a custom session handler.</description>
		<content:encoded><![CDATA[<p>A highly trafficked site should always override the session handler. Basicly a database based solution is very simple, it shouldn&#8217;t have a race condition.<br />
I don&#8217;t think this is a big issue, the default option is a simple one for simple sites, you always need to have a very good understanding of whatever technology you use if you want to go for something bigger. And most well written open source PHP projects that I&#8217;ve seen, have a custom session handler.</p>]]></content:encoded>
	</item>
</channel>
</rss>
