fix a typo from bug 373952
This commit is contained in:
parent
c7a4c80da5
commit
422b41cfd1
|
@ -364,7 +364,7 @@ public class MongoSessionManager extends NoSqlSessionManager
|
|||
BasicDBObject remove = new BasicDBObject();
|
||||
BasicDBObject unsets = new BasicDBObject();
|
||||
unsets.put(getContextKey(),1);
|
||||
remove.put("$unsets",unsets);
|
||||
remove.put("$unset",unsets);
|
||||
_sessions.update(key,remove);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue