<?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: Programming: IE8 and PHP $ SERVER[&#039;HTTP REFERER&#039;]</title>
	<atom:link href="http://techexposures.com/2009/11/programming-ie8-php-referer-variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://techexposures.com/2009/11/programming-ie8-php-referer-variable/</link>
	<description></description>
	<lastBuildDate>Mon, 16 May 2011 04:13:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://techexposures.com/2009/11/programming-ie8-php-referer-variable/comment-page-1/#comment-1278</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 May 2010 10:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://techexposures.com/?p=850#comment-1278</guid>
		<description>Not a good idea to rely on the PHP HTTP_REFERRER server variable, since many browsers and servers block sending that info in the header.  
The solution in the article above is ok, since the session variable is 100% unique and always identifiable.  But it would be a problem if the browser doesn&#039;t support javascript (but most browsers do today).</description>
		<content:encoded><![CDATA[<p>Not a good idea to rely on the PHP HTTP_REFERRER server variable, since many browsers and servers block sending that info in the header.<br />
The solution in the article above is ok, since the session variable is 100% unique and always identifiable.  But it would be a problem if the browser doesn&#8217;t support javascript (but most browsers do today).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecommerce</title>
		<link>http://techexposures.com/2009/11/programming-ie8-php-referer-variable/comment-page-1/#comment-1277</link>
		<dc:creator>ecommerce</dc:creator>
		<pubDate>Wed, 05 May 2010 07:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://techexposures.com/?p=850#comment-1277</guid>
		<description>You don&#039;t need to rely on any browser.
Using $ SERVER[&#039;HTTP REFERER&#039;] performed at server side.
It safer to use than javascript referers attributes</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to rely on any browser.<br />
Using $ SERVER['HTTP REFERER'] performed at server side.<br />
It safer to use than javascript referers attributes</p>
]]></content:encoded>
	</item>
</channel>
</rss>

