- Issue created by @vaibhav340
In Drupal 7.98 upgrade there is change in method of storing session ids in "sessions" table. New function "drupal_session_id" is introduced to get drupal session ids. While generating a authToken in NodeJs module need to use new method to get drupal session id. I have applied patch for it and that works for me.
thanks
- Status changed to Needs review
over 1 year ago 5:24am 24 July 2023 - πΊπΈUnited States grincon
Worked for me when I upgraded to drupal 7.101 , TYVM!