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

explanation request #29

Closed Theolodewijk closed 4 years ago

Theolodewijk commented 4 years ago

I want some info what it means all the variables after $db and the secure code?

$session = new Zebra_Session($db, 'sEcUr1tY_c0dE', '', true, false, 1000);

Greetings Theo

stefangabos commented 4 years ago

everythins is explained in the documentation