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.
Skip redundant INSERT query on successful logon when using PHP7 Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |