Replies: 1 comment
-
The It is solely up to the implementor if they decide to alternatively send session value as an HTTP header in cases where cookie flow is not working for them (in this case, they might also decide on an alternative session retrieval/store mechanism). In short, h3's default and recommended behavior is to use HTTP-only secure cookies. Supporting or preferring |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The docs mention that the H3 server has a preference for
x-h3-session
over theh3
cookie. Given that cookies can have security controls wrapped around them (implemented by browser vendors) it might be safer to prefer the cookie instead? This way there's another barrier stopping session hijacking.Additional context
Similar to #977
Beta Was this translation helpful? Give feedback.
All reactions