Issue #1526
This commit is contained in:
parent
227cf5b930
commit
e6857a6f46
|
@ -409,7 +409,7 @@ public class MongoSessionDataStore extends NoSqlSessionDataStore
|
|||
BasicDBList list = new BasicDBList();
|
||||
list.add(gt);
|
||||
list.add(lt);
|
||||
query.append("and", list);
|
||||
query.append("$and", list);
|
||||
|
||||
DBCursor oldExpiredSessions = null;
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue