Home » HTTP » HTTP_SessionServer
Daemon to store session data that can be accessed via a simple protocol.
This package is unmaintained.
Download latest release 0.5.0 (archived versions might be outdated)
License: PHP License
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
No maintainers.
Dependencies
No dependencies.
Releases
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #6326 | Closed | Bug | 2005-12-22 | add MDB2 |