<?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: Firefox Losing Session Variables on Redirect</title>
	<atom:link href="http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/</link>
	<description>Resources for PHP Programmers and Small Business Operators</description>
	<lastBuildDate>Mon, 29 Jun 2009 01:34:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/comment-page-1/#comment-159</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/#comment-159</guid>
		<description>Thanks for posting this, you are a God amongst Men!!!!   I had to deal with this issue today.  I did notice one thing that lead to different solution for me.  After the first redirect to http://www.website.com  the session variable was lost.  However after the second redirect to http://www.website.com the session variable held its value.  So as a solution i force an initial redirect to http://www.website.com before the user can input any data.  I have tested it out with off site credit transactions and it seems to do the trick.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, you are a God amongst Men!!!!   I had to deal with this issue today.  I did notice one thing that lead to different solution for me.  After the first redirect to <a href="http://www.website.com" rel="nofollow">http://www.website.com</a>  the session variable was lost.  However after the second redirect to <a href="http://www.website.com" rel="nofollow">http://www.website.com</a> the session variable held its value.  So as a solution i force an initial redirect to <a href="http://www.website.com" rel="nofollow">http://www.website.com</a> before the user can input any data.  I have tested it out with off site credit transactions and it seems to do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bretto36</title>
		<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/comment-page-1/#comment-158</link>
		<dc:creator>bretto36</dc:creator>
		<pubDate>Thu, 18 Dec 2008 23:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/#comment-158</guid>
		<description>Generally with redirecting to a off site credit card payment system and back as long as it was the same main domain no change to www then the session variables would remain active. I will do some testing of this. Thanks for the comment Chris</description>
		<content:encoded><![CDATA[<p>Generally with redirecting to a off site credit card payment system and back as long as it was the same main domain no change to www then the session variables would remain active. I will do some testing of this. Thanks for the comment Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/comment-page-1/#comment-157</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/#comment-157</guid>
		<description>Firefox also sees a redirect from www.host.com/page1.html  to www.host.com/page2.html as a totally separate site. the solution as posted here is to only use relative links so &quot;page2.html&quot; really sucks for off site credit card payments when they redirect you back to the original site. I still consider this a bug.</description>
		<content:encoded><![CDATA[<p>Firefox also sees a redirect from <a href="http://www.host.com/page1.html" rel="nofollow">http://www.host.com/page1.html</a>  to <a href="http://www.host.com/page2.html" rel="nofollow">http://www.host.com/page2.html</a> as a totally separate site. the solution as posted here is to only use relative links so &#8220;page2.html&#8221; really sucks for off site credit card payments when they redirect you back to the original site. I still consider this a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bretto36</title>
		<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/comment-page-1/#comment-155</link>
		<dc:creator>bretto36</dc:creator>
		<pubDate>Fri, 13 Jun 2008 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/#comment-155</guid>
		<description>Woot</description>
		<content:encoded><![CDATA[<p>Woot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BSG</title>
		<link>http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/comment-page-1/#comment-53</link>
		<dc:creator>BSG</dc:creator>
		<pubDate>Tue, 20 May 2008 22:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.breathteching.com/2008/04/28/firefox-losing-session-variables-on-redirect/#comment-53</guid>
		<description>Thanks so much!!!! That solved a problem that I had struggled with.</description>
		<content:encoded><![CDATA[<p>Thanks so much!!!! That solved a problem that I had struggled with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
