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

Cloud session resume #197

Open
coneill-math opened this issue Aug 14, 2017 · 2 comments
Open

Cloud session resume #197

coneill-math opened this issue Aug 14, 2017 · 2 comments

Comments

@coneill-math
Copy link
Owner

Use a token to uniquely identify the session and enable resume after disconnect.

@dkahle
Copy link
Collaborator

dkahle commented Aug 14, 2017

habanero does this using cookies, but since the R session isn't coming through the browser, we'll need some other way to do this. IP logging?

@coneill-math
Copy link
Owner Author

I think a token string is the best way to go. The client can hand it to the Python dispatch server on first connection (or generate a random one if its the first time its connecting) and the dispatch server will either create a new instance or hand back the port of the existing session.

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