Version: 0.4.0
Author(s):
- Stephan Schmidt (lead)
- Carsten Lucke (developer)
Language: PHP4
Requires:
- PHP 4.3
- PEAR
- PEAR::Net_Server
- PEAR::Net_Socket
- PEAR::DB
- pcntl
|
|
Description:
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:
|