jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

[DISCUSS] Add a Session Management infrastructure for extension developers

Open echarles opened this issue 6 years ago • 11 comments

For various usecases (Realtime collaboration, Multiuser, Kernel Gateway HTTP Personality), it will be needed at some point to have a Session Object binded to the HTTP client (browser or software).

In other languages, this is typcially done with a session cookie.

Not sure how Tornado implements this.

https://pypi.org/project/torndsession/ https://github.com/cole/tornado-sessions

echarles avatar Oct 21 '19 10:10 echarles