<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP sessions across subdomains , the multiple servers issue!</title>
	<link>http://www.decodephp.com/2006/11/16/php-sessions-across-subdomains-the-multiple-servers-issue/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 20:24:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jeff</title>
		<link>http://www.decodephp.com/2006/11/16/php-sessions-across-subdomains-the-multiple-servers-issue/#comment-23</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 31 Jan 2007 13:26:12 +0000</pubDate>
		<guid>http://www.decodephp.com/2006/11/16/php-sessions-across-subdomains-the-multiple-servers-issue/#comment-23</guid>
		<description>I managed to create a not very invasive solution to this problem.

Its somewhat advanced in the sense it involves mod-rewrite and php image manipulation.  The way I did it was to use images.
For example http://something.com/something/spacer.jpg
gets mod-rewrite to a script set_cookies.php?perv_id=1234&#38;scroll=left&#38;right_scroll=right&#38;mascot_header=no
then when you throw this up in an  it will set the cookies on pussybum from beaverbum.

set_cookies.php sets the cookeis then pulls a 1x1 white image and displays it.  So to set 9 cookies i end up with a little 9 pixel spot on my page.  i have this working on the same server but it should work across multiple servers too since the variables get passed through GET</description>
		<content:encoded><![CDATA[<p>I managed to create a not very invasive solution to this problem.</p>
<p>Its somewhat advanced in the sense it involves mod-rewrite and php image manipulation.  The way I did it was to use images.<br />
For example <a href="http://something.com/something/spacer.jpg" rel="nofollow">http://something.com/something/spacer.jpg</a><br />
gets mod-rewrite to a script set_cookies.php?perv_id=1234&amp;scroll=left&amp;right_scroll=right&amp;mascot_header=no<br />
then when you throw this up in an  it will set the cookies on pussybum from beaverbum.</p>
<p>set_cookies.php sets the cookeis then pulls a 1&#215;1 white image and displays it.  So to set 9 cookies i end up with a little 9 pixel spot on my page.  i have this working on the same server but it should work across multiple servers too since the variables get passed through GET</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup</title>
		<link>http://www.decodephp.com/2006/11/16/php-sessions-across-subdomains-the-multiple-servers-issue/#comment-22</link>
		<dc:creator>Anup</dc:creator>
		<pubDate>Wed, 03 Jan 2007 10:02:35 +0000</pubDate>
		<guid>http://www.decodephp.com/2006/11/16/php-sessions-across-subdomains-the-multiple-servers-issue/#comment-22</guid>
		<description>Hi,
  i am a PHP programmer, I have problem simililar to this post but a little different.

I have two sites on same server say www.abc.com and www.xyz.com, I want to set cookie or session on www.abc.com which can be accessed from www.xyz.com, is this possible ?

Regards
Anup Singh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  i am a PHP programmer, I have problem simililar to this post but a little different.</p>
<p>I have two sites on same server say <a href="http://www.abc.com" rel="nofollow">http://www.abc.com</a> and <a href="http://www.xyz.com," rel="nofollow">http://www.xyz.com,</a> I want to set cookie or session on <a href="http://www.abc.com" rel="nofollow">http://www.abc.com</a> which can be accessed from <a href="http://www.xyz.com," rel="nofollow">http://www.xyz.com,</a> is this possible ?</p>
<p>Regards<br />
Anup Singh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
