Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 202
PHP Script Codes > mSess PHP Class
mSess is an alternative PHP session handler that uses a MySQL database to provide persistent sotage instead of files in the server's temp folder. This is great for use on shared hosts where you may not want to expose sensitive $_SESSIONS data to other hosted websites sharing the same temp folder.
It features:
* MySQL as a backend for storing session data
* Simplified session handling (only three methods!)
* Works in parallel with built-in PHP sessions