PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

IDStatusTypeVersionDateSummary
#6326ClosedBug2005-12-22add MDB2