Skip to content

Is Age: a concern for cookies? #1042

Open
@bagder

Description

@bagder

RFC 6265 says

let the expiry-time be the current date and time plus delta-seconds seconds

Another, more recent, HTTP header with a "max-age" field is Alt-Svc: in RFC 7838. It has a max-age that explicitly subtracts the number of seconds specified in the Age: header.

The question is then if Age: should be considered valid for Alt-Svc:, shouldn't it also be considered valid for Set-Cookie: ? (My assumption is that max-age values are generally large enough to make this mostly an academic discussion, but I don't know this for a fact.)

(I know curl's cookie parser doesn't care about Age: but I have no idea if others do.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions