-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Feature Request: session event hooks #200
Comments
I don't understand what you mean. What session scope? |
Other server side languages have session events you can use like session_start, session_end etc. It would be nice to have in node/io too. |
Core doesn't have a concept of sessions, that's left to higher-level frameworks like express, hapi, loopback, etc. Core only deals with requests and connections. Sorry, I'm going to close this issue; it's out of scope, no pun intended. |
Well, then it's pretty crappy that none of them seem to actually have this functionality as far as I know. |
This could even be better implemented as extension for those mentioned On 7:31AM, Tue, Dec 23, 2014 Robert Ferentz notifications@github.com
|
Yeah. Should actually be trivial to implement in express, depending on what you mean by session end, though. |
Please please PLEASE add event hooks for session start, session end and anything else you can think of that happens on the session scope.
The text was updated successfully, but these errors were encountered: