Closed (won't fix)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Session
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2012 at 19:22 UTC
Updated:
7 Jul 2018 at 13:42 UTC
Jump to comment: Most recent
Comments
Comment #1
perignon commentedLooks like a compatibility issue between those modules. I wouldn't have to replicate it to investigate. I'm working a somewhat similar problem with stdClass::$uid is undefined in an SSL switching website.
Comment #2
drupik commentedIn mongo_session.inc I find comment:
but the roles do not saving into database, so I try add manually:
> db.fields_current.user.update({"_id":1},{$set : {"roles" : {0:'newbie'}}})and the error was gone, even the context module responds correctly.
Comment #3
fgmNo answer in 6 years so it seems no one else encountered this, the issue happens in other modules, 7.x is a legacy branch for which no new code is being developed, so marking won't fix.