Sessions A non-blocking session manager for PHP

Getting Started

Usage

Management

Sessions

Author Source Latest Version
Software License Build Status Issue Tracker

A non-blocking session manager for PHP.

The main feature of this library is to prevent a user from waiting for a page to load because they have a previous long running request locking the session.

In addition to this the library can also manage namespaced portions of session data (to avoid common clashes) and a flash feature to store data until it is retrieved and then discard it.


Full API documentation is also available.