Doist / ffs

Feature flags solution that is fast, lean, and open-source.
http://ffs.delivery
MIT License
90 stars 6 forks source link

Invalidate sessions after a period of time #39

Open goncalossilva opened 2 years ago

goncalossilva commented 2 years ago

At the moment, sessions either don't persist (memory-based) or they persist forever (file-based). We should figure out a sane middle-ground, and use it.