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

session data missing after renew session in database #30

Closed Theolodewijk closed 4 years ago

Theolodewijk commented 4 years ago

after some rendum time there is a new session in to the database without any reason and also the session data is missing and user is logged out!

stefangabos commented 4 years ago

are you familiar with how PHP sessions work?