While dealing with some cookie issues and visiting the docs, I learned that expires is scheduled to be removed in v1.9. The most I could find on this is some mentions on #254;
Is there any chance this decision can be revisited?
While I'm not a fan of the confusion between expires and max-age, the active RFC lists both (https://datatracker.ietf.org/doc/html/rfc6265#section-5.2.1) and do the http guides from Mozilla and some other large projects. Depending on integration, we often have to set cookies with the Expires param.
While dealing with some cookie issues and visiting the docs, I learned that
expiresis scheduled to be removed in v1.9. The most I could find on this is some mentions on #254;Is there any chance this decision can be revisited?
While I'm not a fan of the confusion between expires and max-age, the active RFC lists both (https://datatracker.ietf.org/doc/html/rfc6265#section-5.2.1) and do the http guides from Mozilla and some other large projects. Depending on integration, we often have to set cookies with the Expires param.