stefangabos / Zebra_Session

A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
https://stefangabos.github.io/Zebra_Session/Zebra_Session/Zebra_Session.html
Other
172 stars 85 forks source link

Pdo insted of mysqli #19

Closed dnanusevski closed 4 years ago

dnanusevski commented 6 years ago

Can it be adapted to work with pdo as connection. This way i have two active connections to DB

dnanusevski commented 6 years ago

I have written a working code, can you please check it. I have left out 2 functions only since i do not use them. SessionZebraPdo.txt

stefangabos commented 4 years ago

Added support for PDO