Commit Graph

6 Commits (6ccc8cc0200bf50be2d26faa9921e8570c7fc4eb)

Author SHA1 Message Date
Aleksander Machniak 0f4f85e097 Skip redundant INSERT query on successful logon when using PHP7
Since PHP 7.0 session_regenerate_id() will cause the old session data update.
This is redundant INSERT query and also produces a record for the session
we don't need anymore.
7 years ago
Aleksander Machniak 7bbb86f78a Session read handler must return a string in PHP7 9 years ago
Aleksander Machniak a958748947 CS fixes 9 years ago
corbosman 82058d7af2 minor fixes 10 years ago
corbosman b4be89bdac use factory 10 years ago
corbosman 4df4ab5007 session refactor and add redis driver 10 years ago