Re: A hypermodern web server
Amirouche Boubekki 18 Sep 2020 15:39 UTC
Le ven. 18 sept. 2020 à 04:07, John Cowan <xxxxxx@ccil.org> a écrit :
>
>
>
> On Thu, Sep 17, 2020 at 9:27 PM Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
>
>>
>> Interesting. I find that I frequently need more than this minimum. For example, I often need to set headers, e.g. to set cookies.
>
>
> That makes sense, yes. There should be a cookie-jar argument.
I am not sure what is the point of the current practice to still use
cookies, outside the fact that cookies are sent implicitly as part of
every HTTP request.
One could rely on indexedb or some browser side "database" instead of
the venerable cookies.