What would cause a duplicate session key?

Created on 27 December 2016, over 7 years ago
Updated 5 May 2023, about 1 year ago

Hi All,

I occationally recieve the following error resulting in failure of several pieces of code later in the pipeline.

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'MTQ4MjgxNDg3ODE2Mjk5NDM5NDU-MTQ4MjgxNDg3ODQ3NjcxODAwMg' for key 'PRIMARY': UPDATE {sessions} SET sid=:db_update_placeholder_0, ssid=:db_update_placeholder_1 WHERE (ssid = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => MTQ4MjgxNDg3ODE2Mjk5NDM5NDU [:db_update_placeholder_1] => MTQ4MjgxNDg3ODQ3NjcxODAwMg [:db_condition_placeholder_0] => MTQ4MjgxMjcxMjkxOTQwMjEyOQ ) in drupal_session_regenerate() (line 393 of /home/makemeupbeauty/public_html/includes/session.inc).

The error occurs on the user login/register submit part.

I suspect that drupal_session_start is causing the issue but I don't understand sessions well enough to debug this.

Anyone know about session that can enlighten me to how to track this issue down?

Thanks

🐛 Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

🇮🇳India shashank5563 New Delhi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024