Posts by: Martin Roest

  • PHP Session Clustering November 19, 2006

    More and more websites are using PHP sessions. In my opinion session support is one of the coolest features of PHP. HTTP is in its nature a stateless protocol and with PHP sessions you are able to preserve data across subsequent requests. With PHP sessions you can easily maintain state in your web-application. For example a PHP session is a good place to store a user’s shopping cart or user data like name and address when a user logs in.

    (more…)