substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

Implement session expiration #100

Open michael opened 8 years ago

michael commented 8 years ago

We currently create a lot of session entries, without ever deleting them. We should

a) have an expiration timestamp (2weeks) for each session b) delete all sessions that are expired from time to time.