 |
|
Innovation award
 Nominee: 1x |
This class can store session data in MySQL and in shared memory with APC.
It can register the class functions to handle the current user session.
The session values are stored and retrieved primarily in shared memory using APC as well in a MySQL database table to make them persist even if APC cache entries are not set for the current session.
 December 2011
Number 3
Prize: One downloadable e-book of choice by O'Reilly |
Databases are often used by Web applications to store session data persistently.
PHP applications often use MySQL databases to store session data, but relational databases may become too slow to store and retrieve session data of many simultaneous users accessing a site.
This class provides a solution that uses MySQL to store session data, but it also keeps a copy of the data accessible in shared memory using APC for faster access.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|