<?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: Simple PHP Password Protection</title>
	<atom:link href="http://www.puremango.co.uk/2004/12/php_pass_81/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.puremango.co.uk/2004/12/php_pass_81/</link>
	<description>innovative coding, tutorials, web stuff.</description>
	<lastBuildDate>Sun, 21 Mar 2010 09:34:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig</title>
		<link>http://www.puremango.co.uk/2004/12/php_pass_81/comment-page-1/#comment-5662</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 04 Dec 2009 15:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://pm.knifewallpapers.com/?p=67#comment-5662</guid>
		<description>Cookieless sessions?

http://myles.eftos.id.au/blog/2005/11/26/cookie-less-sessions-in-php/

Or check force user to have cookies enabled, otherwise no login attempts allowed.

If quote &quot;there will be no session&quot; unquote, can you even login? Therefore just hammering at &quot;nothing&quot; lol

Just a thought...</description>
		<content:encoded><![CDATA[<p>Cookieless sessions?</p>
<p><a href="http://myles.eftos.id.au/blog/2005/11/26/cookie-less-sessions-in-php/" rel="nofollow">http://myles.eftos.id.au/blog/2005/11/26/cookie-less-sessions-in-php/</a></p>
<p>Or check force user to have cookies enabled, otherwise no login attempts allowed.</p>
<p>If quote &#8220;there will be no session&#8221; unquote, can you even login? Therefore just hammering at &#8220;nothing&#8221; lol</p>
<p>Just a thought&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danoli3</title>
		<link>http://www.puremango.co.uk/2004/12/php_pass_81/comment-page-1/#comment-3277</link>
		<dc:creator>danoli3</dc:creator>
		<pubDate>Mon, 31 Aug 2009 08:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://pm.knifewallpapers.com/?p=67#comment-3277</guid>
		<description>hey man, I can&#039;t get this to work on my local domain,

apache 2.2 and php 5.3.0.
:(</description>
		<content:encoded><![CDATA[<p>hey man, I can&#8217;t get this to work on my local domain,</p>
<p>apache 2.2 and php 5.3.0.<br />
:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user24</title>
		<link>http://www.puremango.co.uk/2004/12/php_pass_81/comment-page-1/#comment-2241</link>
		<dc:creator>user24</dc:creator>
		<pubDate>Mon, 03 Aug 2009 11:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://pm.knifewallpapers.com/?p=67#comment-2241</guid>
		<description>You are correct, but there’s nothing anybody can do about that. Every password script in the world will suffer the same problem. People can connect via 100,000 proxies, what can I do to stop that?</description>
		<content:encoded><![CDATA[<p>You are correct, but there’s nothing anybody can do about that. Every password script in the world will suffer the same problem. People can connect via 100,000 proxies, what can I do to stop that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speedy18us</title>
		<link>http://www.puremango.co.uk/2004/12/php_pass_81/comment-page-1/#comment-2194</link>
		<dc:creator>speedy18us</dc:creator>
		<pubDate>Sat, 01 Aug 2009 07:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://pm.knifewallpapers.com/?p=67#comment-2194</guid>
		<description>sorry to inform you but this script is not protected against hammering. if i disable cookie, there will be no session and i could try some hammering all day. i just did :)</description>
		<content:encoded><![CDATA[<p>sorry to inform you but this script is not protected against hammering. if i disable cookie, there will be no session and i could try some hammering all day. i just did :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.puremango.co.uk/2004/12/php_pass_81/comment-page-1/#comment-2118</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://pm.knifewallpapers.com/?p=67#comment-2118</guid>
		<description>How do you set the session length in the program?  As entering 30 in this varailble did not seem to have any effect
    $_SESSION[&#039;mpass_session_expires&#039;] = &quot;&quot;;</description>
		<content:encoded><![CDATA[<p>How do you set the session length in the program?  As entering 30 in this varailble did not seem to have any effect<br />
    $_SESSION['mpass_session_expires'] = &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
