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