This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
How to track session-related state beyond cookies? #141
Open
Description
@sethmlarson points out that there are a bunch of bits of state that HTTP clients might want to track across otherwise-independent requests:
- cookies
- caches
- altsvc
- permanent redirects
- hsts
- (what else?)
Traditionally http client libs handle cookies, but mostly drop the other stuff on the floor. Maybe we should have a more comprehensive strategy. I think he's thought about this some, so I'll let him fill it more details :-)
Metadata
Metadata
Assignees
Labels
No labels