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

Invalid Session Key/Secret Pairs Causes 500 Error #50

Closed
zacharygolba opened this issue Apr 21, 2016 · 0 comments
Closed

Invalid Session Key/Secret Pairs Causes 500 Error #50

zacharygolba opened this issue Apr 21, 2016 · 0 comments
Assignees
Labels

Comments

@zacharygolba
Copy link
Contributor

Problem:

When switching between two different Lux projects with the same sessionKey without a clean session or domain you get 500 error because of the key/secret miss-match.

Solution:

We should catch the miss-match error here and ignore the offending cookie allowing the request to pass through as if no session previously existed (in turn writing a new Set-Cookie header).

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

No branches or pull requests

1 participant