Commit Graph

6 Commits (b38bb43630821b0d6903b5c0685e14ec233c38de)

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
DanCld ee00d949c4 Properly set the memcache debug log file name
Properly set the debug log file name ('memcache') as $this->type is undefined
8 years ago
Aleksander Machniak a958748947 CS fixes 9 years ago
Aleksander Machniak 11d5e7c100 Implemented memcache_debug also for session operations 10 years ago
corbosman b4be89bdac use factory 10 years ago
corbosman 4df4ab5007 session refactor and add redis driver 10 years ago