Search for in the
Top Level :: HTTP
Package Information: HTTP_SessionServer
This package is not maintained, if you would like to take over please go to this page.
| » Summary | » License |
|---|---|
| Daemon to store session data that can be accessed via a simple protocol. | PHP License |
| » Current Release | » Bug Summary |
| (alpha) was released on 2006-02-07 by schst () |
No open bugs Report a new bug to HTTP_SessionServer |
| » 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. |
|
| » Maintainers | » More Information |
|
|
Dependencies for HTTP_SessionServer
- PEAR Installer
- PHP 4.3.0
- Net_Server 0.12.0
- Net_Socket
- pcntl extension
- DB (Optional)
- MDB2 2.0.0RC1 (Optional)