Commit Graph

6 Commits (abbb832c6feb07b054000000ff5731bb46efe6c7)

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.
8 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
10 years ago
Aleksander Machniak a958748947 CS fixes 11 years ago
Aleksander Machniak 11d5e7c100 Implemented memcache_debug also for session operations 11 years ago
corbosman b4be89bdac use factory 11 years ago
corbosman 4df4ab5007 session refactor and add redis driver 11 years ago