kumoricon / kumoreg

Attendee management and badge printing system
MIT License
1 stars 2 forks source link

Session storage #102

Closed jashort closed 6 years ago

jashort commented 6 years ago

Currently sessions are lost when the service restarts. It would be nice if they would persist in case the service stops, etc.

Possibly store them in the database or in a cache like memcached. Storing them in the database would technically be slower, but has the advantage of being more permanent.

Alternately, look at something like JWTs

jashort commented 6 years ago

Closing as not relevant long term (as much as I'd like it to be a thing)