<?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 Sharing Among Subdomains</title>
	<atom:link href="http://www.markdeepwell.com/2010/03/php-session-sharing-among-subdomains/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markdeepwell.com/2010/03/php-session-sharing-among-subdomains/</link>
	<description>A Software Developers View of the World</description>
	<lastBuildDate>Sat, 04 Sep 2010 02:01:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Giuliastro</title>
		<link>http://www.markdeepwell.com/2010/03/php-session-sharing-among-subdomains/comment-page-1/#comment-520</link>
		<dc:creator>Giuliastro</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.markdeepwell.com/?p=477#comment-520</guid>
		<description>Unfortunately this works fine on IE but not on Chrome</description>
		<content:encoded><![CDATA[<p>Unfortunately this works fine on IE but not on Chrome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing PHP-based Sessions and Cookie Settings</title>
		<link>http://www.markdeepwell.com/2010/03/php-session-sharing-among-subdomains/comment-page-1/#comment-509</link>
		<dc:creator>Implementing PHP-based Sessions and Cookie Settings</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markdeepwell.com/?p=477#comment-509</guid>
		<description>[...] PHP Session Sharing Among Subdomains  AKPC_IDS += &quot;344,&quot;;  Bookmark It [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Session Sharing Among Subdomains  AKPC_IDS += &quot;344,&quot;;  Bookmark It [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavin</title>
		<link>http://www.markdeepwell.com/2010/03/php-session-sharing-among-subdomains/comment-page-1/#comment-506</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markdeepwell.com/?p=477#comment-506</guid>
		<description>A couple of things, which most people probably consider trivial (but not to me, unfortunately):

after:
ini_set(&#039;session.cookie_domain&#039;, &#039;.example.com&#039;);

include this:
session_start();

but, I had trouble defining a new session name with:
session_name(&#039;your_session_name&#039;);
 .. before doing session_start, so I left that line out.</description>
		<content:encoded><![CDATA[<p>A couple of things, which most people probably consider trivial (but not to me, unfortunately):</p>
<p>after:<br />
ini_set(&#8216;session.cookie_domain&#8217;, &#8216;.example.com&#8217;);</p>
<p>include this:<br />
session_start();</p>
<p>but, I had trouble defining a new session name with:<br />
session_name(&#8216;your_session_name&#8217;);<br />
 .. before doing session_start, so I left that line out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
