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

Adjusted to work with Redis #8

Open skynet opened 9 years ago

skynet commented 9 years ago

Would that be possible with current code base? Thanks.

prasad83 commented 7 years ago

Should be possible with this #14 (implement Zebra_Session_Store with your Redis)

skynet commented 7 years ago

Wow, after 2 years. About time. Will test. Thanks.