You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: