HTTP_SessionServer

A socket-based daemon that allows storing session-data using a very simple protocol

HTTP_SessionServer is a simple PHP based daemon that helps you maintaining state between physically different hosts.

It implements a very simple protocol to store and retrieve data on the server. The storage backend is driver based and supports your local filesystem as well as PEAR::DB as a container. HTTP_SessionServer comes with a matching client implementation using Net_Socket as well as a session save handler.

Links:

Posted in Uncategorized, Sat, 1/08/09

Comments are closed.