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

Expire zombie sessions #4

Open
rhcarvalho opened this issue Oct 18, 2013 · 0 comments
Open

Expire zombie sessions #4

rhcarvalho opened this issue Oct 18, 2013 · 0 comments

Comments

@rhcarvalho
Copy link
Owner

Check for open sessions, that is, db.sessions.find({closed_at: new Date("0001-01-01T00:00:00Z")}), that were created a long time ago but never closed.

Consider the value at last_ping to know the last time we heard from the client.

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

1 participant