Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 204 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 204 Bytes

php-mysql-session-handler

Store PHP session in MySQL database. Code adapted for php 5.2, and don't ask me why.

TODO:

  • store each element of session data as key-value instead of overwrite all array.