Upon session collision the PHP error occurs:
Notice: Undefined property: stdClass::$id in Drupal\session_limit\Services\SessionLimit->_onSessionCollision__DropOldest() (line 317 of...

The code is looking for the column "id" which doesn't exist. More details in the parent issue for Drupal 8.

CommentFileSizeAuthor
#2 3199648-2-undefined-session-id.patch839 bytesvselivanov
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vselivanov created an issue. See original summary.

vselivanov’s picture

Patch for 2.x-dev branch for Drupal 9 is attached.

marcoliver’s picture

Status: Needs review » Reviewed & tested by the community

Patch appears to work fine.

suzymasri’s picture

Status: Reviewed & tested by the community » Closed (duplicate)