Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.4
-
Component/s: Core CiviCRM
-
Labels:None
Description
- this is due to a bug when we bootstrap via cron
- we changed our session loading to be as lazy loading as possible
- but drupal on bootstrap does not seem to start the session either
- so we auth the user and then write to the session, which triggers a session creation which triggers drupal to create a new user record which is anonymous