James Ross ec197b2e13 memorystore: simplify, refactor, re-enable
Removes a lot of unused (in ABS) functionality, refactors to ES6
style class, and re-enables this custom implementation with check
period and ttl of 1 day, and 1000 max entries.

The class now only implments the required (as per express-session docs)
methods and removes optional methods, except touch() which allows the
TTL of an entry to be refreshed without affecting its LRU recency.

There is no longer a way to stop the prune timer, but I don't belive
the function was ever being called beforehand. The session store's
lifetime is the same as the application's, and since it is unref()'d
should not cause any shutdown issues.
2024-08-22 03:55:51 +00:00
..
2022-07-08 18:11:09 -05:00
2022-07-06 17:38:19 -05:00
2022-07-06 19:01:27 -05:00
2022-07-05 19:53:01 -05:00
2022-07-06 17:38:19 -05:00
2022-07-06 18:45:43 -05:00
2022-07-06 18:45:43 -05:00
2022-07-06 17:38:19 -05:00
2022-07-06 17:38:19 -05:00
2022-07-05 19:33:43 -05:00