How does one allow for cookies to be maintained across multiple reqeusts #3341
Unanswered
3commascapital
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some public infrastructure will use cookies in order to temporarily pin user requests to a single node for a short duration (<5mins). This can respect user security if the provider does not use any identifying data to do this and generally improve user experience by allowing them to interact with a single node at least for a short while. However, it seems that the fetch function does not have the ability to maintain cookies by default. How do people work around this?
Beta Was this translation helpful? Give feedback.
All reactions