LemonLDAPNG / apache-session-mongodb

Implementation of Apache::Session which uses MongoDB as backend
https://metacpan.org/pod/Apache::Session::MongoDB
Other
2 stars 2 forks source link

support for deleteiflowerthan #11

Closed maxbes closed 3 years ago

maxbes commented 3 years ago

Deleting sessions one by one has a large overhead because we reconnect to mongoDB for every session.

This is currently being tested, do not merge yet

maxbes commented 3 years ago

Tests are OK, can you merge and release this ?