This class implements a new PHP session handler that can replace the default PHP session handler by storing session data in a MySQL database table.
The session handler works just by creating an object of this class. After that, applications just need to use the same code to store and retrieve session variables.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Not sure (58.3%) |
Insufficient (33.3%) |
Not sure (58.3%) |
- |
- |
Not sure (48.3%) |
1404 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Proper Session Handling |
In PHP, sessions are pretty easy to work with since it just involves doing a few lines of code; initialize the session, define a session variable, then calling it back when you need it... |
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.