mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
Fix Last-Modified header description in session_cache_limiter() (#5095)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<![CDATA[
|
||||
Expires: (sometime in the future, according session.cache_expire)
|
||||
Cache-Control: public, max-age=(sometime in the future, according to session.cache_expire)
|
||||
Last-Modified: (the timestamp of when the session was last saved)
|
||||
Last-Modified: (the timestamp of the current script)
|
||||
]]>
|
||||
</programlisting>
|
||||
</entry>
|
||||
@@ -83,7 +83,7 @@ Last-Modified: (the timestamp of when the session was last saved)
|
||||
<programlisting role="header">
|
||||
<![CDATA[
|
||||
Cache-Control: private, max-age=(session.cache_expire in the future)
|
||||
Last-Modified: (the timestamp of when the session was last saved)
|
||||
Last-Modified: (the timestamp of the current script)
|
||||
]]>
|
||||
</programlisting>
|
||||
</entry>
|
||||
@@ -95,7 +95,7 @@ Last-Modified: (the timestamp of when the session was last saved)
|
||||
<![CDATA[
|
||||
Expires: Thu, 19 Nov 1981 08:52:00 GMT
|
||||
Cache-Control: private, max-age=(session.cache_expire in the future)
|
||||
Last-Modified: (the timestamp of when the session was last saved)
|
||||
Last-Modified: (the timestamp of the current script)
|
||||
]]>
|
||||
</programlisting>
|
||||
</entry>
|
||||
|
||||
Reference in New Issue
Block a user