Assign and lookup sessions #sessions
 Edit
 by Ken Hackenberg - 9 years ago (2016-06-18)
Sessions class or equivalent
 | Compatible with MySQL 5.6  | 
Ask clarification
1 Recommendation
This class is a session handler that store sessions in a database using the MySQLi.
It can register as a session handler with functions to open, close, read, write, destroy and garbage collect sessions.
The main class uses another class that stores and retrieves session records from a given MySQL database table using the MySQLi extension.
 |   by Manuel Lemos   26695 - 9 years ago (2016-06-21) Comment
 If you are looking for a session handler that stores session data in MySQL, this package does exactly that.  |