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

Leftover active sessions #4

Open
bunsenmcdubbs opened this issue Jan 23, 2017 · 2 comments
Open

Leftover active sessions #4

bunsenmcdubbs opened this issue Jan 23, 2017 · 2 comments
Assignees
Milestone

Comments

@bunsenmcdubbs
Copy link

It seems like there are too many active sessions. Is this an issue with the server not updating the value for terminated sessions or a "memory leak" type situation with an ever increasing number of sessions?
screen shot 2017-01-23 at 12 10 28 am

@petschekr
Copy link
Member

An active session is created whenever a user logs in and gets removed whenever that user logs out. If the authentication cookie gets deleted somehow or the user signs in from another device, another session will be created. I'm not really sure how this can be fixed. Perhaps a TTL for every session?

@bunsenmcdubbs
Copy link
Author

I think a TTL is reasonable/standard for this.

@petschekr petschekr self-assigned this Jan 23, 2017
@petschekr petschekr added this to the High School Hackathon milestone Feb 7, 2017
@petschekr petschekr changed the title leftover active sessions Leftover active sessions Feb 7, 2017
@petschekr petschekr modified the milestones: HackGT Catalyst, HackGT 4 Apr 26, 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