mongo_session_store icon indicating copy to clipboard operation
mongo_session_store copied to clipboard

Delete stale sessions

Open jbarrantes opened this issue 5 years ago • 0 comments

Stale sessions start to pollute the sessions collection.

It could be useful to have an option to delete sessions based on age/updated_at

MongoSessionStore.max_age = 1.week

jbarrantes avatar Jul 11 '18 14:07 jbarrantes