
Geeklog 2 is progressing nicely. While the past 3 weeks have been slow, I have managed to finally get a beta of the session handling code put together.
Geeklog 2 is going to use
PEAR::HTTP_Session2. HTTP_Session2 is a fairly simple package that provides an object oriented interface to the native PHP session handling. This package requires PHP5 and, for those interested, we will be using the Creole container in Geeklog 2.
Please feel free to give it a try, all you have to do is:
$>pear install HTTP_Session2-alpha
--Tony