Sessions
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.