We have an issue where our anonymous user record is occasionally being updated by people on the web, at the same time orders and donations are processed against the record. Has anyone else experienced this? It’s been going on for a while…
Thanks,
Gary
I had that happening a lot at one point and traced it down to bad session management on the site.There were some instances where the transfer session/cart methods weren't being called or there were other errors but the transaction kept rolling on.
I realize that probably doesn't help you very much :)