<?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 login handling tutorial &#8211; sessions &amp; cookies included</title>
	<atom:link href="http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/</link>
	<description>DIY Robotics, automation, tools, manufacturing, and everything related</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:32:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-619</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-619</guid>
		<description>Thanks for the source. Couldn&#039;t find the &quot;new, easier version&quot;. But the current one seems to work just fine for my purposes</description>
		<content:encoded><![CDATA[<p>Thanks for the source. Couldn&#8217;t find the &#8220;new, easier version&#8221;. But the current one seems to work just fine for my purposes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: houari</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-603</link>
		<dc:creator>houari</dc:creator>
		<pubDate>Sat, 07 Nov 2009 12:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-603</guid>
		<description>Admin, your answer was about another script, can you put the full code of your login handling, please.

because I&#039;ve not suc when i try to showing notices on the login page.</description>
		<content:encoded><![CDATA[<p>Admin, your answer was about another script, can you put the full code of your login handling, please.</p>
<p>because I&#8217;ve not suc when i try to showing notices on the login page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-592</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-592</guid>
		<description>I&#039;ve written a new, easier version with better code and examples.  Please let me know if that helps!

http://www.marginallyclever.com/2009/09/forms-simplified/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a new, easier version with better code and examples.  Please let me know if that helps!</p>
<p><a href="http://www.marginallyclever.com/2009/09/forms-simplified/" rel="nofollow">http://www.marginallyclever.com/2009/09/forms-simplified/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: houari</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-590</link>
		<dc:creator>houari</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-590</guid>
		<description>How about add_notice() and add_error() functions?</description>
		<content:encoded><![CDATA[<p>How about add_notice() and add_error() functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-458</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-458</guid>
		<description>account_login() creates the cookie/session data to remember that you are logged in.  At the end of account_login() is where you would add any extra commands - maybe a &quot;welcome, user!&quot; message or redirect to a different page.</description>
		<content:encoded><![CDATA[<p>account_login() creates the cookie/session data to remember that you are logged in.  At the end of account_login() is where you would add any extra commands &#8211; maybe a &#8220;welcome, user!&#8221; message or redirect to a different page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Khoo</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-401</link>
		<dc:creator>Kenny Khoo</dc:creator>
		<pubDate>Wed, 05 Aug 2009 03:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-401</guid>
		<description>Thank, How about account_login() function? it is to clear all cookie and close session?</description>
		<content:encoded><![CDATA[<p>Thank, How about account_login() function? it is to clear all cookie and close session?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-395</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-395</guid>
		<description>add_session(a,b) and set_session(a,b) both do $_SESSION[a]=b;
get_session(a) returns $_SESSION[a];
remove_session(a) does unset($_SESSION[a]);

In some systems where customers are paranoid about XSS attacks I can replace $_SESSION with something else and I don&#039;t have to change thousands of references in my code.

Thanks!  You&#039;re the first real person to comment on this blog.  Hooray for you! :)</description>
		<content:encoded><![CDATA[<p>add_session(a,b) and set_session(a,b) both do $_SESSION[a]=b;<br />
get_session(a) returns $_SESSION[a];<br />
remove_session(a) does unset($_SESSION[a]);</p>
<p>In some systems where customers are paranoid about XSS attacks I can replace $_SESSION with something else and I don&#8217;t have to change thousands of references in my code.</p>
<p>Thanks!  You&#8217;re the first real person to comment on this blog.  Hooray for you! <img src='http://www.marginallyclever.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Khoo</title>
		<link>http://www.marginallyclever.com/2009/06/php-login-handling-tutorial-sessions-cookies-included/comment-page-1/#comment-393</link>
		<dc:creator>Kenny Khoo</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.marginallyclever.com/?p=41#comment-393</guid>
		<description>I am try to run the code. but the error say there is a missing function of:
1. add_session()
2. remove_session()
3. get_session()
Any idea? Thank 1st. :)</description>
		<content:encoded><![CDATA[<p>I am try to run the code. but the error say there is a missing function of:<br />
1. add_session()<br />
2. remove_session()<br />
3. get_session()<br />
Any idea? Thank 1st. <img src='http://www.marginallyclever.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

