Allow using remote session stores #4

Closed
opened 2022-11-05 14:27:52 -04:00 by gballan · 1 comment
Owner

Currently, the express-session default memory-based session store isn't intended for production use, as it has potential memory leaks amongst other issues. Plus, allowing session stores in Redis (or MongoDB or other remote stores) allows a better experience when load-balancing across instances.

Currently, the express-session default memory-based session store isn't intended for production use, as it has potential memory leaks amongst other issues. Plus, allowing session stores in Redis (or MongoDB or other remote stores) allows a better experience when load-balancing across instances.
gballan added the
enhancement
label 2022-11-05 14:27:52 -04:00
Author
Owner

Handled in 0818f57131

Added in v0.2.0

Handled in 0818f571318249209bb06c56724293d8e1aaffe0 Added in [v0.2.0](https://git.metaunix.net/BitGoblin/overseer/releases/tag/v0.2.0)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BitGoblin/overseer#4
No description provided.