Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport session handler fix #26456

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 7, 2018

  1. This should solve -

    local.ERROR: 500 exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'XXXXXXX' for key 'sessions_id_unique'' in vendor/laravel/framework/src/Illuminate/Database/Connection.php:369
    
    laravel#9251 (comment)
    
    Fix -
    
    laravel@d9e0a6a
    web-engineer committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    061bc85 View commit details
    Browse the repository at this point in the history
  2. composer setup

    web-engineer committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7e9f128 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    web-engineer authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    3bc8a6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f00aae View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Revert "Update composer.json"

    This reverts commit 3bc8a6e.
    web-engineer committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a4944e5 View commit details
    Browse the repository at this point in the history
  2. Revert "composer setup"

    This reverts commit 7e9f128.
    web-engineer committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b0cdce8 View commit details
    Browse the repository at this point in the history