Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store state on disk #20

Closed
xetorthio opened this issue Nov 11, 2016 · 2 comments
Closed

Store state on disk #20

xetorthio opened this issue Nov 11, 2016 · 2 comments

Comments

@xetorthio
Copy link
Contributor

We can store all session information on disk so whenever we restart the API, we can still have all the sessions.
We need to check if there is something we can do to not loose our terminals.

@marcosnils
Copy link
Contributor

We need to check if there is something we can do to not loose our terminals.

#23

Another thing that we discussed is that we'll have to change the way that the sessions are being expired. Basically the ticker will have to check against the session creation date instead of being hardcoded as it is today.

This is better because we have a single timer that handles all the sessions invalidations.

@marcosnils
Copy link
Contributor

Done 🎉

#32

marcosnils pushed a commit that referenced this issue Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants