Loading session_api.module +4 −1 Original line number Diff line number Diff line Loading @@ -7,9 +7,12 @@ /** * Determine if Session API is available by checking if cookies are enabled. * * Due to a change in Drupal 7.83, this function now always returns TRUE. In * hindsight it doesn't seem like this function was ever necessary. */ function session_api_available() { return !empty($_COOKIE); return TRUE; } /** Loading Loading
session_api.module +4 −1 Original line number Diff line number Diff line Loading @@ -7,9 +7,12 @@ /** * Determine if Session API is available by checking if cookies are enabled. * * Due to a change in Drupal 7.83, this function now always returns TRUE. In * hindsight it doesn't seem like this function was ever necessary. */ function session_api_available() { return !empty($_COOKIE); return TRUE; } /** Loading