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.pull/6011/head
parent
c4aadca1c0
commit
0f4f85e097
Loading…
Reference in New Issue