<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 06 Jul 2008 22:13:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Validating PHP User Sessions]]></title>
      <guid>http://www.phpdeveloper.org/news/9923</guid>
      <link>http://www.phpdeveloper.org/news/9923</link>
      <description><![CDATA[<p>
On PHPBuilder.com, there's a <a href="http://www.phpbuilder.com/columns/validating_php_user_sessions.php3">new tutorial</a> about validating user sessions - ensuring that data in your user's sessions is valid and isn't an attack trying to sneak in.
</p>
<blockquote>
In a nutshell, sessions are the way that we "maintain state" from one page to the next, that is, how we identify specific users across multiple page requests. The ability to track users as they go from one page to the next using sessions allows us a number of options, such as tracking where they are going (web statistics) or to verify credentials for a specific section of the site.
</blockquote>
<p>
First, there's a little mini-intro to sessions for those unsure on their use. It's followed by a look at some session vulnerabilities that could be introduces by malicious users looking to break things on your site (including HTML/Javascript injection, as their example shows).
</p>
<p>
They recommend a three step plan to get started with the validation of your user's sessions - making it easy for users to log out when they want to, use unique aspects of the remote machine to define the session and to validate all user input, especially things that will be put into a session variable.
</p>]]></description>
      <pubDate>Mon, 07 Apr 2008 11:12:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Thinktank Blog: New Discussions (IRC Talks Series)]]></title>
      <guid>http://www.phpdeveloper.org/news/7136</guid>
      <link>http://www.phpdeveloper.org/news/7136</link>
      <description><![CDATA[<p>
The PHP Thinktank Blog <a href="http://phpthinktank.com/archives/62-New-Discussions.html">has posted</a> two new IRC logs of talks give over in their IRC channel on the <a href="http://freenode.net/">Freenode</a> network.
</p>
<blockquote>
Now that all the yearly holiday chaos is out of the way, we bring you new logs of two recent IRC discussions. As usual, they are available on the <a href="http://groups-beta.google.com/group/php-thinktank">google group</a>.
</blockquote>
<p>
The two talks were:
<ul>
<li><a href="http://php-thinktank.googlegroups.com/web/injection-with-bige.log">a look at Injection</a> from <i>BigE</i>
<li>a discussion of <a href="http://php-thinktank.googlegroups.com/web/web-scraping-with-elazar.log">web scraping</a> with <i>Elzar</i>.
</ul>

</p>]]></description>
      <pubDate>Mon, 22 Jan 2007 07:49:00 -0600</pubDate>
    </item>
  </channel>
</rss>
