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

Handle expired sessions #2

Open
darekw opened this issue Oct 4, 2013 · 0 comments
Open

Handle expired sessions #2

darekw opened this issue Oct 4, 2013 · 0 comments

Comments

@darekw
Copy link
Contributor

darekw commented Oct 4, 2013

Right now on every page the first request signs user in, which is of course redundant. The issue was that after some time the session expires and we didn't have time to support it correctly, so we decided to sign user in on every page to avoid session expiration during the presentation. If a request results in 401, it should try to sign user in and then retry the failed request.

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

1 participant