<?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>Wed, 19 Jun 2013 01:52:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: PHP Sessions]]></title>
      <guid>http://www.phpdeveloper.org/news/17141</guid>
      <link>http://www.phpdeveloper.org/news/17141</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's a <a href="http://phpmaster.com/php-sessions/">new introductory tutorial</a> for those trying to figure out sessions in PHP. Sessions can be one of the most powerful tools at your disposal and handling them correctly can sometimes be a little tricky.
</p>
<blockquote>
$_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web application. The most fundamental way to explain what a sessions is like is to imagine the following scenario: You are working with an application. You open it, make some changes, and then you close it. That is a session in it's simplest form.
</blockquote>
<p>
They start with a basic "how to use them" example of setting a username value to the current session and pulling the value back out. They also show the use of the <a href="http://php.net/session_unset">session_unset</a> and <a href="http://php.net/session_destroy">session_destroy</a> methods for ending the session. Some security tips are mentioned too - timeouts, regenerating the session ID, destroying them correctly and using a more permanent storage option (by default, they store on the local disk).
</p>]]></description>
      <pubDate>Thu, 17 Nov 2011 10:19:08 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP F1: PHP Session Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/8212</guid>
      <link>http://www.phpdeveloper.org/news/8212</link>
      <description><![CDATA[<p>
If you're just getting started with PHP, some things can be a bit confusing. For a lot of developers, sessions seem to hold a bit of mystery and can be difficult to use. To help combat this, PHP F1 has posted <a href="http://www.phpf1.com/tutorial/php-sessions.html">this new tutorial</a> to demystify this super-handy PHP functionality.
</p>
<blockquote>
In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information between pages. [...] Using sessions you can transfer data between various pages. If you are using sessions then each of your visitors will got a unique id. This id will identify various visitors and with the help of this id are the user data stored on the server.
</blockquote>
<p>
They introduce what sessions are (the concept behind them), some of the php.ini settings that can be used to change how they work and code to work with assigning values to a session, checking for values in them and removing/destroying the session and its information.
</p>]]></description>
      <pubDate>Tue, 10 Jul 2007 08:46:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: "Wordpress hat den Blog-Hosting Markt versaut"]]></title>
      <guid>http://www.phpdeveloper.org/news/5334</guid>
      <link>http://www.phpdeveloper.org/news/5334</link>
      <description><![CDATA[<p>
There's an <a href="http://blog.bitflux.ch/archive/2006/05/07/wordpress-hat-den-blog-hosting-markt-versaut.html">interesting new post</a> on <i>Christian Stocker</i>'s blog looking at what some consider to be "ruining the blog hosting market" - WordPress (as mentioned by the <a href="http://swissblogawards.ch/">Swiss Blog Awards Panel</a>).
</p>
<quote>
<i>
What I basically wanted to say is, that the installation of Wordpress is sooo easy and there are so many features built in, resp. plugins available, that there are not many incentives to use a dedicated blog host provider and maybe even pay for it. Why should I pay 5 Euro a month to a blog hoster, when I can get for the same price a full hosting, with more disc space, full control over the design, my own domain and certainly more features (I can not only run my blog there, but also other software and get dozens of email addresses).
</i>
</quote>
<p>
He <a href="http://blog.bitflux.ch/archive/2006/05/07/wordpress-hat-den-blog-hosting-markt-versaut.html">argues</a> that since WordPress is such an easy install (and an easy thing to move), but you're also foregoing the benefit of having someone there to help/ask questions. He also notes, though, that a possible 90 percent of the population doesn't want to mess with installing WordPress (good for blog hosters), but of those, most probably wish they could have a more flexible solution (bad for blog hosters).
</p>
<quote>
<i>
I don't say, that this counts for everyone, there is certainly a market for bloghosters (be it for free or paid), but Wordpress et al. made that potential market much much smaller. Like eg. Apache made the commercial Webserver market really small :)
</i>
</quote>]]></description>
      <pubDate>Tue, 09 May 2006 06:15:54 -0500</pubDate>
    </item>
  </channel>
</rss>
