We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8599 commit 232c029Copy full SHA for 232c029
http_cache/expiration.rst
@@ -85,5 +85,11 @@ the lifetime calculation vulnerable to clock skew. Another limitation
85
of the ``Expires`` header is that the specification states that "HTTP/1.1
86
servers should not send ``Expires`` dates more than one year in the future."
87
88
+.. note::
89
+
90
+ Accordingly with `RFC 7234 - Caching`_, the `Expires` header value will be ignored by any recipient if a `s-max-age` or `max-age` header is defined.
91
92
93
.. _`expiration model`: http://tools.ietf.org/html/rfc2616#section-13.2
94
.. _`FrameworkExtraBundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html
95
+.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
0 commit comments