-
Notifications
You must be signed in to change notification settings - Fork 100
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
Session is not being set in FX 39 and Chrome 43 #60
Comments
I can't think of anything special which |
I use Firefox developer edition as my daily driver, and haven't seen anything like this. I also checked that express session cookies properly get set on localhost in both dev versions. |
Have you tested setting a cookie through a traditional request instead of using an Ajax request? In the end, this issue will most likely be moved to https://github.com/hapijs/statehood |
I'll give that a try next time I'm at my computer. |
Turns out this was a bug with the polyfill of fetch setting withCredentials to true by default, and me not providing the |
👍 |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
These dev browsers (FX 39 and Chrome 43) appear to be unable (or unwilling?) to set a session cookie generated by hapi-auth-cookie.
Here's my reduced test case: https://gist.github.com/cadecairos/5bcfa6aeba06c2c69952
The text was updated successfully, but these errors were encountered: