<?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: Creating a Secure Login System the Right Way</title> <atom:link href="http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/feed/" rel="self" type="application/rss+xml" /><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/</link> <description>Searching for the Right Questions</description> <lastBuildDate>Sun, 05 Feb 2012 10:13:23 +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://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9473</link> <dc:creator>Chris</dc:creator> <pubDate>Sun, 05 Feb 2012 10:13:23 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9473</guid> <description>A great starting point.  Thanks a bunch!</description> <content:encoded><![CDATA[<p>A great starting point.  Thanks a bunch!</p> ]]></content:encoded> </item> <item><title>By: Ollie</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9472</link> <dc:creator>Ollie</dc:creator> <pubDate>Sun, 05 Feb 2012 05:17:37 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9472</guid> <description>This evening I&#039;ve been researching secure login and registration practices and this one is exactly what I&#039;ve been looking for -- great well written article. Thanks</description> <content:encoded><![CDATA[<p>This evening I&#8217;ve been researching secure login and registration practices and this one is exactly what I&#8217;ve been looking for &#8212; great well written article. Thanks</p> ]]></content:encoded> </item> <item><title>By: qamar</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9431</link> <dc:creator>qamar</dc:creator> <pubDate>Sat, 28 Jan 2012 15:31:49 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9431</guid> <description>Nice tutorial, You have a great way of making things simple.
cheers</description> <content:encoded><![CDATA[<p>Nice tutorial, You have a great way of making things simple.<br
/> cheers</p> ]]></content:encoded> </item> <item><title>By: David H</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9429</link> <dc:creator>David H</dc:creator> <pubDate>Sat, 28 Jan 2012 07:25:18 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9429</guid> <description>Terrific article. I was able to get this going very quickly.</description> <content:encoded><![CDATA[<p>Terrific article. I was able to get this going very quickly.</p> ]]></content:encoded> </item> <item><title>By: Tinsley</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9425</link> <dc:creator>Tinsley</dc:creator> <pubDate>Fri, 27 Jan 2012 19:27:26 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9425</guid> <description>Don&#039;t use cookies. Cookies are stored client side and are sent to the server with each request. Session data is stored on the server. Out of the box PHP uses a cookie to identify each user with their particular session, but this does not allow session data to be manipulated; storing all of the data in cookies would.
What do you mean by multiple logins? Do you mean having multiple users logged into your site at once? If so the answer is yes, you can use sessions.</description> <content:encoded><![CDATA[<p>Don&#8217;t use cookies. Cookies are stored client side and are sent to the server with each request. Session data is stored on the server. Out of the box PHP uses a cookie to identify each user with their particular session, but this does not allow session data to be manipulated; storing all of the data in cookies would.</p><p>What do you mean by multiple logins? Do you mean having multiple users logged into your site at once? If so the answer is yes, you can use sessions.</p> ]]></content:encoded> </item> <item><title>By: Iosif Miclaus</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9424</link> <dc:creator>Iosif Miclaus</dc:creator> <pubDate>Fri, 27 Jan 2012 18:57:00 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9424</guid> <description>Hello there :)
I really like this article and will surely help me with some security issues i currently have for my project.
I still have a &quot;small&quot; question, that you might be able to answer:
What if I need multiple logins at the same time? Can i still use the $_SESSION variable or should I use $_COOKIE insead?
I hope you can help me :)
Sincerely,
I.M.</description> <content:encoded><![CDATA[<p>Hello there <img
src='http://tinsology.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I really like this article and will surely help me with some security issues i currently have for my project.</p><p>I still have a &#8220;small&#8221; question, that you might be able to answer:<br
/> What if I need multiple logins at the same time? Can i still use the $_SESSION variable or should I use $_COOKIE insead?</p><p>I hope you can help me <img
src='http://tinsology.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Sincerely,<br
/> I.M.</p> ]]></content:encoded> </item> <item><title>By: mordof</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9038</link> <dc:creator>mordof</dc:creator> <pubDate>Mon, 24 Oct 2011 22:22:59 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9038</guid> <description>Nice :) Glad you say no to this, heh. Prevents people from just copy+pasting and having no idea what they&#039;re doing ^-^.</description> <content:encoded><![CDATA[<p>Nice <img
src='http://tinsology.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Glad you say no to this, heh. Prevents people from just copy+pasting and having no idea what they&#8217;re doing ^-^.</p> ]]></content:encoded> </item> <item><title>By: Dennis</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-9008</link> <dc:creator>Dennis</dc:creator> <pubDate>Tue, 18 Oct 2011 14:40:36 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-9008</guid> <description>This article is the best so far, Thinsley, Please keep up and post or upload more tutorials, you giveaway very useful information.</description> <content:encoded><![CDATA[<p>This article is the best so far, Thinsley, Please keep up and post or upload more tutorials, you giveaway very useful information.</p> ]]></content:encoded> </item> <item><title>By: Tinsley</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8655</link> <dc:creator>Tinsley</dc:creator> <pubDate>Thu, 18 Aug 2011 20:34:12 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8655</guid> <description>What I meant by that is that you shouldn&#039;t be redirecting users from page to page if you don&#039;t have to. The php file that generates your login form should be the same one that processes the data. This way if there is an error (ie incorrect password) you don&#039;t have to redirect  the user back to the login.</description> <content:encoded><![CDATA[<p>What I meant by that is that you shouldn&#8217;t be redirecting users from page to page if you don&#8217;t have to. The php file that generates your login form should be the same one that processes the data. This way if there is an error (ie incorrect password) you don&#8217;t have to redirect  the user back to the login.</p> ]]></content:encoded> </item> <item><title>By: derp</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8654</link> <dc:creator>derp</dc:creator> <pubDate>Thu, 18 Aug 2011 13:25:24 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8654</guid> <description>really nice tutorial, was very helpful! Could you be a liitle more specific on this: &quot; I don’t recommend, for example, using header() to bounce your users around to different pages&quot;
What methods are recommended?</description> <content:encoded><![CDATA[<p>really nice tutorial, was very helpful! Could you be a liitle more specific on this: &#8221; I don’t recommend, for example, using header() to bounce your users around to different pages&#8221;</p><p>What methods are recommended?</p> ]]></content:encoded> </item> <item><title>By: Johnson</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8573</link> <dc:creator>Johnson</dc:creator> <pubDate>Sat, 06 Aug 2011 16:22:46 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8573</guid> <description>Thank you for the tutorial!
I had my login system already but I had doubts if it was secure or not. This helped me make the system a little more secure.</description> <content:encoded><![CDATA[<p>Thank you for the tutorial!</p><p>I had my login system already but I had doubts if it was secure or not. This helped me make the system a little more secure.</p> ]]></content:encoded> </item> <item><title>By: Karl</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8546</link> <dc:creator>Karl</dc:creator> <pubDate>Mon, 01 Aug 2011 17:41:08 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8546</guid> <description>I completely disagree with John, this is a great article and id like to thank you for the time and effort you put into writing this. I knew the basics of sessions and logging in with databases etc, but had no idea how to do a salted password. this has helped so greatly. Thank you very much!</description> <content:encoded><![CDATA[<p>I completely disagree with John, this is a great article and id like to thank you for the time and effort you put into writing this. I knew the basics of sessions and logging in with databases etc, but had no idea how to do a salted password. this has helped so greatly. Thank you very much!</p> ]]></content:encoded> </item> <item><title>By: Tinsley</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8538</link> <dc:creator>Tinsley</dc:creator> <pubDate>Sun, 31 Jul 2011 00:57:11 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8538</guid> <description>I&#039;m sorry you feel that way but when I wrote this my goal wasn&#039;t to teach people programming 101 and how to create a login system. If you can&#039;t figure out where to close the PHP tags you need to learn the basics first.</description> <content:encoded><![CDATA[<p>I&#8217;m sorry you feel that way but when I wrote this my goal wasn&#8217;t to teach people programming 101 and how to create a login system. If you can&#8217;t figure out where to close the PHP tags you need to learn the basics first.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8537</link> <dc:creator>John</dc:creator> <pubDate>Sun, 31 Jul 2011 00:44:58 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8537</guid> <description>I find this completely useless and a waste of time. You never mentioned where to save stuff and where to close the php tags and so on. I think this was just stupid.
Kind Regards,
John</description> <content:encoded><![CDATA[<p>I find this completely useless and a waste of time. You never mentioned where to save stuff and where to close the php tags and so on. I think this was just stupid.</p><p>Kind Regards,</p><p>John</p> ]]></content:encoded> </item> <item><title>By: Tinsley</title><link>http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/comment-page-1/#comment-8529</link> <dc:creator>Tinsley</dc:creator> <pubDate>Thu, 28 Jul 2011 23:06:11 +0000</pubDate> <guid
isPermaLink="false">http://tinsology.net/?p=663#comment-8529</guid> <description>What&#039;s to stop you from using an email as a username?</description> <content:encoded><![CDATA[<p>What&#8217;s to stop you from using an email as a username?</p> ]]></content:encoded> </item> </channel> </rss>
