<?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: Addition to Auth Library tutorial</title>
	<atom:link href="http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/</link>
	<description>The portfolio of Bram Van der Sype</description>
	<lastBuildDate>Sun, 29 Aug 2010 06:48:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bram</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-2791</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Tue, 18 Aug 2009 11:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-2791</guid>
		<description>You would do this by adding cookies. When logging in, the log_in function should check for the checkbox, if it&#039;s set, it should set two cookies: one with the username, and one with the password hash. the logged_in function should check for cookies if the session does not exist yet, and if the cookies are set, if they contain the correct information.</description>
		<content:encoded><![CDATA[<p>You would do this by adding cookies. When logging in, the log_in function should check for the checkbox, if it&#8217;s set, it should set two cookies: one with the username, and one with the password hash. the logged_in function should check for cookies if the session does not exist yet, and if the cookies are set, if they contain the correct information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esolvix</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-2790</link>
		<dc:creator>esolvix</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-2790</guid>
		<description>Thank you for sharing this library. I still have one issue and don&#039;t know how I can solve it:

The session library used by CI has a general configuration, where I can set the lifetime for the session. But I want to make the &quot;keep me logged in&quot; function available, where the session will not be destroyed automaticaly after n seconds.

Any idea how I could implement this?</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this library. I still have one issue and don&#8217;t know how I can solve it:</p>
<p>The session library used by CI has a general configuration, where I can set the lifetime for the session. But I want to make the &#8220;keep me logged in&#8221; function available, where the session will not be destroyed automaticaly after n seconds.</p>
<p>Any idea how I could implement this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edziffel</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-2439</link>
		<dc:creator>edziffel</dc:creator>
		<pubDate>Fri, 26 Jun 2009 04:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-2439</guid>
		<description>Thank you very much.  Working alone with no formal background in programming, tutorials like these go a very long way for me and I&#039;m sure for the rest of us who are trying to learn but don&#039;t really even know the proper questions to ask.  Really nice first rate work.</description>
		<content:encoded><![CDATA[<p>Thank you very much.  Working alone with no formal background in programming, tutorials like these go a very long way for me and I&#8217;m sure for the rest of us who are trying to learn but don&#8217;t really even know the proper questions to ask.  Really nice first rate work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhaye</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-1746</link>
		<dc:creator>dhaye</dc:creator>
		<pubDate>Thu, 23 Apr 2009 04:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-1746</guid>
		<description>I have some error....
Fatal error: Call to undefined method Auth::process_login() in C:\wamp\www\admin\system\application\controllers\admin.php on line 30
 and I have seen in the auth.php, there is nothing about function process_login...
can you help me...?</description>
		<content:encoded><![CDATA[<p>I have some error&#8230;.<br />
Fatal error: Call to undefined method Auth::process_login() in C:\wamp\www\admin\system\application\controllers\admin.php on line 30<br />
 and I have seen in the auth.php, there is nothing about function process_login&#8230;<br />
can you help me&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-823</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-823</guid>
		<description>Thanks for the tutorial, very helpful for me. I&#039;m newbie in CI</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, very helpful for me. I&#8217;m newbie in CI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-538</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-538</guid>
		<description>Offcourse, but I think it&#039;s easiest if I simply refer to the &lt;a href=&quot;http://codeigniter.com/user_guide/general/creating_libraries.html&quot; rel=&quot;nofollow&quot;&gt;user guide&lt;/a&gt;: see the note under the section &quot;Passing Parameters When Initializing Your Class&quot;</description>
		<content:encoded><![CDATA[<p>Offcourse, but I think it&#8217;s easiest if I simply refer to the <a href="http://codeigniter.com/user_guide/general/creating_libraries.html" rel="nofollow">user guide</a>: see the note under the section &#8220;Passing Parameters When Initializing Your Class&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-537</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 03 Jan 2009 22:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-537</guid>
		<description>Could you please explain what the $props array is for and how it is used in the library ?

thanks for the good tutorial</description>
		<content:encoded><![CDATA[<p>Could you please explain what the $props array is for and how it is used in the library ?</p>
<p>thanks for the good tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bram</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-369</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Tue, 11 Nov 2008 21:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-369</guid>
		<description>I&#039;m writing a new Auth lib (it&#039;s going rather slow), and I&#039;ll be writing a tut about it too. Hashing will be included! 

I&#039;ll let you know when I get there ;) Or you could subscribe to my RSS feed!</description>
		<content:encoded><![CDATA[<p>I&#8217;m writing a new Auth lib (it&#8217;s going rather slow), and I&#8217;ll be writing a tut about it too. Hashing will be included! </p>
<p>I&#8217;ll let you know when I get there <img src='http://www.bramme.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Or you could subscribe to my RSS feed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-368</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 11 Nov 2008 20:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-368</guid>
		<description>Hey!  Thanks for this great tutorial series!  Very helpful to me!

Could you provide some instruction on hashing the password?

Thanks Much!

Jesse</description>
		<content:encoded><![CDATA[<p>Hey!  Thanks for this great tutorial series!  Very helpful to me!</p>
<p>Could you provide some instruction on hashing the password?</p>
<p>Thanks Much!</p>
<p>Jesse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit</title>
		<link>http://www.bramme.net/2008/07/addition-to-auth-library-tutorial/comment-page-1/#comment-103</link>
		<dc:creator>Benoit</dc:creator>
		<pubDate>Sun, 31 Aug 2008 13:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bramme.net/?p=39#comment-103</guid>
		<description>Hi, thanks for the nice tutorial. It is exactly what I was looking for. Where can I find the whole auth.php class?
ps: Nice &lt;a href=&quot;http://wallpaperstock.net/black-floor-wallpapers_w6854.html&quot; rel=&quot;nofollow&quot;&gt;background&lt;/a&gt; &lt;a href=&quot;http://www.benoitnolens.be&quot; rel=&quot;nofollow&quot;&gt;;-)&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the nice tutorial. It is exactly what I was looking for. Where can I find the whole auth.php class?<br />
ps: Nice <a href="http://wallpaperstock.net/black-floor-wallpapers_w6854.html" rel="nofollow">background</a> <a href="http://www.benoitnolens.be" rel="nofollow"> <img src='http://www.bramme.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
