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

Implementation of session.use_strict_mode and session.cookie_secure if HTTPS #18

Closed dnanusevski closed 4 years ago

dnanusevski commented 6 years ago

Should you implement session.use_strict_mode and
session.cookie_secure if HTTPS is on.