We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Shopinvader on locomotive accumulates sessions forever.
In monogdb there is a session collection that can grow very large.
You can clean it up with a query like this:
db.getCollection("sessions").deleteMany({"updated_at": {$lt: ISODate("2023-12-06")}})