<?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/"
		>
<channel>
	<title>Comments on: PHP Custom MySQL Session Handler</title>
	<atom:link href="http://blog.perplexedlabs.com/2009/10/05/php-custom-session-handler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com/2009/10/05/php-custom-session-handler/</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Sat, 29 Oct 2011 10:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Eelko</title>
		<link>http://blog.perplexedlabs.com/2009/10/05/php-custom-session-handler/comment-page-1/#comment-3453</link>
		<dc:creator>Eelko</dc:creator>
		<pubDate>Wed, 13 Oct 2010 20:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=302#comment-3453</guid>
		<description>- you do not set session_id... Like so: $this-&gt;session_id = session_id() // after session_start (#38), otherwise the session ID is not saved in the DB!&lt;br&gt;&lt;br&gt;- error line # 33, ini_set...(not ini_seT ;)).&lt;br&gt;&lt;br&gt;- no support for array&#039;s ex; $_SESSION[&#039;array&#039;][&#039;key&#039;] = $val does not work... That&#039;s the biggest disappointment!&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>- you do not set session_id&#8230; Like so: $this-&gt;session_id = session_id() // after session_start (#38), otherwise the session ID is not saved in the DB!</p>
<p>- error line # 33, ini_set&#8230;(not ini_seT ;)).</p>
<p>- no support for array&#39;s ex; $_SESSION[&#39;array&#39;][&#39;key&#39;] = $val does not work&#8230; That&#39;s the biggest disappointment!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

