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

Better session handling #104

Open
larsbutler opened this issue Jun 20, 2014 · 1 comment
Open

Better session handling #104

larsbutler opened this issue Jun 20, 2014 · 1 comment

Comments

@larsbutler
Copy link
Member

On Zebra:

If I login to the file browser, browse to another page, and then return the file browser, I have to log in again. Also, if I have multiple tabs open to the Zebra file browser, I have to login on each one.

Is there any way we can improve this? I would expect this to behave like Gmail, for example (login once, open as many tabs as you want without having to re-authenticate).

@pkit
Copy link
Member

pkit commented Jun 20, 2014

That was the case in original design where auth domain and storage domain were really different domains. Right now they are the same one zebra.zerovm.org and you cannot set the same cookies when domains are different. Therefore auth cookies are overwritten by storage ones. Unfortunately.
Probably we can work around the issue by retrying log-in second time (and using storage cookie as an endpoint), but we don't have that feature right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants