Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
HTTP_SessionServer
Installed
- no -
Latest
0.5.0
License
PHP License
Summary
Daemon to store session data that can be accessed via a simple protocol.
Description
HTTP_SessionServer is a simple PHP based daemon that helps you maintaining state between physically different hosts.
HTTP_SessionServer 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.