This class can be used as session handler to store session data in private directories or in a MySQL database table, instead of the default system temporary directory.
When using a MySQL database table as a container for the session data, the class takes care of opening the database connections and perform the SQL queries as needed. It can also create the database table to store the session data.
When using a private directory as a container for the session data, the class takes care of opening, reading and writing to the session files as needed.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (89.3%) |
Sufficient (78.6%) |
- |
Sufficient (78.6%) |
- |
- |
Sufficient (60.4%) |
679 |
| Month: |
Not yet rated by the users |
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.