You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!Crypt::hashEquals($hash, $cookie_hash)) {
throw new Exception(
'Cookie hash invalid. This indicates either tampering or an out of date drupal4ssp module.'
);
}
hashEquals
no longer exists in Drupal 9, and it has been suggested to use PHP's built-in functionhash_equals
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Component%21Utility%21Crypt.php/function/Crypt%3A%3AhashEquals/8.9.x
The text was updated successfully, but these errors were encountered: