<?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 Session Numeric Key Bug</title>
	<atom:link href="http://www.coderguy.com/2009/07/php-session-numeric-key-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderguy.com/2009/07/php-session-numeric-key-bug/</link>
	<description>Thoughts on code</description>
	<lastBuildDate>Thu, 04 Mar 2010 15:27:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Celly</title>
		<link>http://www.coderguy.com/2009/07/php-session-numeric-key-bug/comment-page-1/#comment-42</link>
		<dc:creator>Celly</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderguy.com/?p=34#comment-42</guid>
		<description>Just got bit by this too.

However, just to note, this is only true for the first level of the array.

[&#039;errorPages&#039;][&#039;404&#039;] will work fine.</description>
		<content:encoded><![CDATA[<p>Just got bit by this too.</p>
<p>However, just to note, this is only true for the first level of the array.</p>
<p>['errorPages']['404'] will work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunnyfrimley</title>
		<link>http://www.coderguy.com/2009/07/php-session-numeric-key-bug/comment-page-1/#comment-40</link>
		<dc:creator>sunnyfrimley</dc:creator>
		<pubDate>Fri, 22 Jan 2010 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderguy.com/?p=34#comment-40</guid>
		<description>Yeah I had the same problem too, with my own 404 file. Renamed it to [&#039;fourofour&#039;] and the problem went away!</description>
		<content:encoded><![CDATA[<p>Yeah I had the same problem too, with my own 404 file. Renamed it to ['fourofour'] and the problem went away!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhesh</title>
		<link>http://www.coderguy.com/2009/07/php-session-numeric-key-bug/comment-page-1/#comment-19</link>
		<dc:creator>Siddhesh</dc:creator>
		<pubDate>Mon, 14 Sep 2009 09:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderguy.com/?p=34#comment-19</guid>
		<description>I&#039;ve found this tooo.. but the solution for this could be not using session variables having integer as starting.
 It is valid also. For declaring a variable it should have _, a-z, A-Z as the start and later they may contain integers but not special characters..</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found this tooo.. but the solution for this could be not using session variables having integer as starting.<br />
 It is valid also. For declaring a variable it should have _, a-z, A-Z as the start and later they may contain integers but not special characters..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
