- πΊπΈUnited States BBC Madison, WI
I got a notification from Facebook this morning that my app was hanging/crashing on login. Found the same error that OP described and found that the suggestion to switch to drupal_session_regenerate() addressed the issue.
- First commit to issue fork.
- πΈπ°Slovakia durifal
We had the same issue, most probably because we support mixed session mode (http and https). The suggestion with drupal_session_regenerate() works fine for us, so I have created a patch, in case anybody would need it.